Skip to main content
Version: 24.3

JSON

JSON is an acronym for JavaScript Object Notation. It is a light-weight data interchange format that is the native serialization format of JavaScript and can be handled "out of the box" by many languages. JSON delimits structures with curly braces, square brackets, and quotes. White space is ignored and indentation is irrelevant. For more additional information on JSON, see:

Platform concepts