About this tool
Turn JSON into XML, mapping keys to tags and arrays to repeated elements, all in your browser.
Frequently asked questions
How are arrays represented?
Each array element repeats the same tag name, which is standard for list-like XML.
What is the root element?
Output is wrapped in a single <root> element, and special characters are escaped.