JSON to XML Converter
Convert JSON data into XML.
Input
Output
Transform a JSON object or array into equivalent, indented XML markup.
How to use
- Paste your JSON on the left.
- The XML appears on the right.
- Copy the converted XML.
Frequently asked questions
- How are arrays handled?
- Each array item is emitted as a repeated element with the same tag name.
- Are special characters escaped?
- Yes, &, <, > and quotes are XML-escaped in values.