XML to JSON
Last updated
Was this helpful?
Last updated
Was this helpful?
The XML to JSON Data Operation converts a Text value containing XML to JSON. It is commonly used if an API returns XML, because most operations in Airkit (such as ) use JSON.
Take an XML response from a SOAP API and convert it to JSON
Take HTML input and convert it to JSON to easily log or manipulate it
An automatically created Variable to hold the result of this Operation.
A Variable in the current Data Flow. This Variable must be of type. The input must be well-formed XML. See Mozilla's .