Skip to content

Object Helper

Reference


Object Helper allows you to do various operations on objects.

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.