ParseJSON
Parse a given JSON string "value" to a representative object. Example: '{"a": "value"}' => {"a": "value"}.
javascript · Filters And Transformers
Details
| ID | ParseJSON |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | transformer string |
README
Parses a given JSON string “value” to a representative object.
Example: {"a":"value"} => { “a”: “value”}.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | transformer, string |
Inputs
| Argument Name | Description |
|---|---|
| value | The string value to convert to JSON. |
Outputs
There are no outputs for this script.