LoadJSON
Common Scripts Pack.#
This Script is part of the#
LoadJSONLoads a JSON from a string input, and returns a JSON object result.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | Utility |
#
InputsArgument Name | Description |
---|---|
input | The input string to transform to a JSON object. |
#
OutputsPath | Description | Type |
---|---|---|
JsonObject | The JSON object loaded from the input. | Unknown |