Convert JSON to XML in your browser
Paste any valid JSON object or array and get well-formed XML with
consistent two-space indentation. Nested objects become nested elements, arrays
repeat their parent element once per item, and a single <root> wraps the
document so the result is always valid.
Special characters are escaped automatically and property names that aren’t legal XML element names are sanitised. The conversion happens entirely in your browser — your data is never uploaded or stored.