Compound Datatypes
datatype | Parent datatype | Example | Description |
---|---|---|---|
json | {foo:123} | Represents a JSON text/string. For more information see https://www.json.org/json-en.html. | |
json-text | text | {"foo": 123} | Represents a JSON text/string. For more information see https://www.json.org/json-en.html. |
option | Represents an option. |