Skip to content

Convert Data Structure to JSON, TOML, XML, or YAML

Overview

Converts a Data Structure parameter into the requested format

Returns
Text

Parameters

ParameterParameterValid BlocksRequired
Source Data structure to be converted into the requested format Data Structure Process Block Group No
Output Format The format of the output, eg JSON, TOML, XML, or YAML Text Process Block Group No
Format Output If true, the output will be formatted with newlines and indentation (JSON and XML only) Boolean Process Block Group No
Indent Amount The number of characters to indent each level of the output (JSON and XML only) Number Process Block Group No
Indent Character The character to use when indenting the output (JSON and XML only) Text Process Block Group No