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