Why convert JSON to XML?
Many legacy systems, feeds and enterprise APIs still speak XML. Paste your JSON above and get cleanly indented XML in milliseconds, without installing anything.
How it works
The converter parses your JSON locally and serializes it as indented XML. The output is
wrapped in a <root> element unless your object has a single root key, and keys prefixed
with @_ become attributes — the same convention used by the XML to JSON tool on this
site, so round trips are faithful.