Structural Characters & Separators
The core characters that organize and delimit data in an Internet Object document.
Character set
Symbol
Name
Unicode
Function
Context
Usage examples
Basic structure
# Surrounding braces define the object,
# and key-value pairs are separated by colons and commas
~ { name: "John Doe", age: 30, active: true }
# An array encloses its values in square brackets
~ [ "item1", "item2", "item3" ]Collections and records
String delimiters
Structural rules
See Also
Last updated
Was this helpful?
