⇄
JSON to XML Converter
Paste a JSON object or array and get clean, indented XML with proper escaping and a root element name you choose. Handles nested objects and arrays, entirely in your browser.
XML output
🔒 This tool runs entirely in your browser. Your data is never uploaded.
Frequently asked questions
How are arrays converted?+
Each array item is emitted as a repeated element with the same tag name — the common XML convention for lists.
Can I choose the root element?+
Yes — set any root element name and it wraps the whole document.
Are special characters escaped?+
Yes — reserved characters like <, >, & and quotes are escaped so the XML stays well-formed.