JSON to XML Converter
Paste JSON and convert it to indented XML instantly, entirely in your browser.
JSON Input
XML Output
Each JSON key becomes an XML element; arrays repeat the same element name for each item, and the whole document is wrapped in a single <root> element.
Frequently asked questions
How do I convert JSON to XML online?
Paste your JSON into the input box and click Convert. Each key becomes an XML element, and the result is wrapped in a root element automatically.
How are JSON arrays represented in XML?
Each item in an array is output as a separate element with the same tag name, repeated in order.