Details
| ID | JsonUnescape |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3-deb:3.12.13.12042988 |
| Tags | transformer |
README
Recursively un-escapes JSON data if escaped JSON is found
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer |
Inputs
| Argument Name | Description |
|---|---|
| value | JSON object |
Outputs
| Path | Description | Type |
|---|---|---|
| JsonUnescape | Unescaped JSON Data | Unknown |
args: - description: JSON object. name: value comment: Recursively un-escapes JSON data if escaped JSON is found. commonfields: id: JsonUnescape version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: "" dockerimage: demisto/python3-deb:3.12.13.12042988 enabled: true name: JsonUnescape outputs: - contextPath: JsonUnescape description: Unescaped JSON Data. runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - transformer type: python fromversion: 6.0.0 tests: - No tests (auto formatted)