JSON Writer
JSONWriter is a function to create JSON formatted strings.
Properties
Section titled “Properties ”The data to write to a JSON string. Structured objects return well formatted JSON strings. Other values return the string value only.
Date format
Section titled “Date format ”Sets how dates are formatted in the JSON output.
Enum format
Section titled “Enum format ”Format enum values as a string or numeric value.
Escape String
Section titled “Escape String ”Sets how strings are escaped in the JSON output.
Ignore null properties
Section titled “Ignore null properties ”Select to not include null data values in the generated JSON output.
Indent
Section titled “Indent ”Select to indent every key-value pair in the JSON output.
Property map
Section titled “Property map ”If JSON and object property names are different, then create a mapping using the editor.