Convert XML to JSON
Convert XML to JSON
Converts a text in the XML format to the JSON format, making it easier to access and handle the data in the following steps of the automation flow.
Options
XML type text
Enter the XML content that will be converted to JSON. It can be a fixed text or the result of another action, such as reading a text file.
Returns
- JSON — Returns the JSON object equivalent to the XML content provided.
Rules and Conditions
- The XML type text field is required.
- The content provided must be a valid and well-formed XML.
- The JSON returned can be used with the Get property of an object action to access specific fields.
- XMLs with namespaces or complex structures may produce JSONs with special keys — check the return before using it.