JSON ↔ XML Converter

Convert JSON to XML or XML to JSON instantly in your browser.

JSON Input
XML Output

About JSON ↔ XML Conversion

JSON objects become XML elements. Arrays become repeated elements with the parent tag name. XML attributes are preserved as JSON properties prefixed with @. Text content becomes a #text property.