Skip to main content

Xml To Json

The "XML to JSON" tool is used to convert Xml data to Json format in your automation process.

Parameters

XML: This parameter represents the XML data that you want to convert to JSON.Type : XObject

JSON: This parameter stores the resulting JSON data after the conversion.Type : jObject

Usage

Drag and drop the Xml To Json component into your sequence or workflow. Prepare the XML data that you want to convert to JSON.

Execute the "XML to JSON" tool and provide the necessary parameters:

Assign the XML data to be converted to the "XML" parameter.

Prepare a variable or parameter to store the resulting JSON data in the "JSON" parameter.

Once the tool is executed, it will convert the XML data to JSON format and store the result in the designated variable or parameter.