LoadJSON
This Script is part of the Common Scripts Pack.#
LoadJSON#
Loads a JSON from a string input, and returns a JSON object result.
Script Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| 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 |