Convert XML to JSON
Use the Convert XML to JSON activity to convert XML to JSON text, which makes it easier for users to parse and manipulate JSON configurations.
Usage
This activity expects XML text as the input.
Complete the following properties to use this activity:
-
Input XML - Enter the XML text to be converted to JSON or click the Variable Reference icon and choose a variable. For example:
<menu id="file" value="File"> <popup> <menuitem value="New" onclick="CreateDoc()" /> <menuitem value="Open" onclick="OpenDoc()" /> <menuitem value="Save" onclick="SaveDoc()" /> </popup> </menu>