LoadJSON
Loads a JSON from a string input, and returns a JSON object result.
Script Data
Name | Description |
---|---|
Script Type | python |
Tags | Utility |
Inputs
Argument Name | Description |
---|---|
input | The input string to transform to a JSON object. |
Outputs
Path | Description | Type |
---|---|---|
JsonObject | The JSON object loaded from the input. | Unknown |