Json To String
Transform a JSON Object to a JSON String
Description
Transform a JSON Object to a JSON String and prettify the JSON string using a number of spaces for indenting purposes.
Inputs
- Source (Object): JSON object or string
- Spaces (Number): Indicates the number of space characters to use as white space for indenting purposes. Values less than 1 indicate that no space should be used
Outputs
- Result (String): JSON string
- Error Flow (Error Flow): Triggered by providing incorrect json