Skip to content

JSON Helper

Reference


JSON helper component provides actions for parsing and stringifying JSON.

Categories: [helpers]

Version: 1


Actions

Convert from JSON String

Converts the JSON string to object/array.

Properties

NameTypeControl TypeDescription
SourceSTRINGTEXTThe JSON string to convert to the data.

Convert to JSON String

Writes the object/array to a JSON string.

Properties

NameTypeControl TypeDescription
TypeINTEGERSELECTThe value type.
Source{}OBJECT_BUILDERThe data to convert to JSON string.
Source[]ARRAY_BUILDERThe data to convert to JSON string.