Transform JSON objects into valid XML markup. Supports attributes via @key notation and configurable root elements.
More free utilities you might find useful
Quick answers to common questions
Keys starting with @ are converted to XML attributes on the parent element.
If your JSON has a single top-level key, that becomes the root element. Otherwise a configurable root tag is used.
Yes. Output includes the XML declaration and properly nested elements.
Yes. Conversion runs entirely in your browser.
Your data is processed entirely in your browser. Nothing is sent to any server.