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

Example
outputVariable = ParseJson("<text>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| JSON String | string | Yes | The JSON string to parse into an object or array. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | json | Specifies the name of the variable that will store the parsed result. |