To view options related to JSON serialization, including the serialization of symbols, select Application Properties from the Options menu of a data entry, batch edit, or tabulation application, and then select the JSON Serialization section. These options can also be set dynamically.
JSON Format
Compact (default): JSON is written with no extra spacing.
Pretty: JSON is written in a readable format with spaces and newlines.
Full Array (default): An Array object is fully written as a JSON array.
Sparse Array: An Array object is written as a JSON object with property names representing array indices and property values representing non-default values. Default values are considered 0, or default for saved arrays.
HashMap Symbols
Array Format: A HashMap object is written as a JSON array with each element of the HashMap written as an object with "key" and "value" property names.
Object Format (default): A HashMap object is written as a JSON object with each HashMap element's key written as a property name and its value written as a property value.