ParseJSON
Filters And Transformers Pack.#
This Script is part of theParses a given JSON string "value" to a representative object.
Example: {"a":"value"}
=> { "a": "value"}.
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | transformer, string |
#
InputsArgument Name | Description |
---|---|
value | The string value to convert to JSON. |
#
OutputsThere are no outputs for this script.