Skip to main 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
SourceData structure to be converted into the requested formatData Structure Process Block GroupNo
Output FormatThe format of the output, eg JSON, TOML, XML, or YAMLText Process Block GroupNo
Format OutputIf true, the output will be formatted with newlines and indentation (JSON and XML only)Boolean Process Block GroupNo
Indent AmountThe number of characters to indent each level of the output (JSON and XML only)Number Process Block GroupNo
Indent CharacterThe character to use when indenting the output (JSON and XML only)Text Process Block GroupNo