commonfields: id: ConvertXmlToJson version: -1 name: ConvertXmlToJson script: '' type: javascript tags: - Utility comment: Converts XML string to JSON format enabled: true args: - name: xml required: true default: true description: The valid xml to convert to json format. - name: contextKey description: The context Key to push json result to. - name: verbose auto: PREDEFINED predefined: - "True" - "False" description: Print json result to warrom. defaultValue: "True" scripttarget: 0 dependson: {} timeout: 0s fromversion: 5.0.0 tests: - No tests (auto formatted)