Details
| ID | LoadJSON |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | Utility |
README
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 |
commonfields: id: LoadJSON version: -1 name: LoadJSON script: '' type: python subtype: python3 tags: - Utility comment: Loads a json from string input, and returns a json object result. enabled: true args: - name: input required: true default: true description: Input string to transform to JSON object. outputs: - contextPath: JsonObject description: The JSON object loaded from input. scripttarget: 0 tests: - JSONtoCSV-Test fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658