ParseJSON
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.