Skip to content

JSON Helper

JSON helper component provides actions for parsing and stringifying JSON.

Categories: helpers

Type: jsonHelper/v1


Actions

Convert from JSON String

Name: parse

Converts the JSON string to object/array.

Properties

NameLabelTypeControl TypeDescriptionRequired
sourceSourceSTRINGTEXTThe JSON string to convert to the data.true

Convert to JSON String

Name: stringify

Writes the object/array to a JSON string.

Properties

NameLabelTypeControl TypeDescriptionRequired
typeTypeSTRINGSELECTThe value type.null
sourceSource{}OBJECT_BUILDERThe data to convert to JSON string.true
sourceSource[]ARRAY_BUILDERThe data to convert to JSON string.true