Skip to main content

Parse JSON

Parses a JSON string into a native object or array. Inverse of JSON To String.

Category: Structured Data Files (Excel, JSON, PDF) · Group: Data Processing · Activity name: ParseJson

The ParseJson activity in the designer

Example

outputVariable = ParseJson("<text>")

Inputs

NameTypeRequiredDefaultDescription
JSON StringstringYesThe JSON string to parse into an object or array.

Outputs

NameTypeDescription
outputVariablejsonSpecifies the name of the variable that will store the parsed result.