Skip to content

JSON Writer

JSONWriter is a function to create JSON formatted strings.


The data to write to a JSON string. Structured objects return well formatted JSON strings. Other values return the string value only.

Sets how dates are formatted in the JSON output.

Format enum values as a string or numeric value.

Sets how strings are escaped in the JSON output.

Select to not include null data values in the generated JSON output.

Select to indent every key-value pair in the JSON output.

If JSON and object property names are different, then create a mapping using the editor.


Wikipedia: JSON

JSON.org