DumpJSON
Dumps a json from context key input, and returns a json object string result.
python · Common Scripts
Details
| ID | DumpJSON |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | Utility |
README
Dumps a JSON from the context key input, and returns a JSON object string result.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utility |
Inputs
| Argument Name | Description |
|---|---|
| key | The context path to the JSON object. |
Outputs
| Path | Description | Type |
|---|---|---|
| JsonStr | The JSON object as a string. | Unknown |
commonfields: id: DumpJSON version: -1 name: DumpJSON script: '' type: python subtype: python3 tags: - Utility comment: Dumps a json from context key input, and returns a json object string result. enabled: true args: - name: key required: true default: true description: The context path to the json object. outputs: - contextPath: JsonStr description: The JSON object as string. scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)