LoadJSON

Loads a json from string input, and returns a json object result.

python · Common Scripts

Details

IDLoadJSON
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10116658
TagsUtility

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