Skip to main content

Compound Datatypes

datatypeParent datatypeExampleDescription
json{foo:123}Represents a JSON text/string. For more information see https://www.json.org/json-en.html.
json-texttext{"foo": 123}Represents a JSON text/string. For more information see https://www.json.org/json-en.html.
optionRepresents an option.