Skip to main content

XML to JSON

Convert an XML file to a JSON file. You can download this system service from Grexx Marketplace.

Input

Use a casetype activity to add inputs to the Start XML to JSON form.

AttributeData typeMandatory?Description
ArraysString (multivalue)No
Empty linesBooleanNo
Input XMLStringYesXML document to be converted.
Keep StringsBooleanNoKeep all values as strings in the JSON. For example, if true, the output might be {"test": "true", "id": "01234"}. If false, the same input would result in {"test": true , "id": 1234}. Default: false

Output

Outputs are added to the Result XML to JSON form when the XML to JSON case is closed.

AttributeData typeMandatory?Description
Output JSONJSONNoThe converted content.