JSON to XML Converter

Convert JSON to XML format. Transform data structures for use with systems that ...

SecureFastFree
Root:
Indent:
0 lines
0 lines
XML output will appear here...

Paste JSON on the left and conversion
happens automatically when Auto is on.

JSON to XML Conversion Reference

Objects
{"name": "John"} => <name>John</name>
Arrays
{"item": [1, 2]} => <item>1</item> <item>2</item>
Attributes (@)
{"@id": "1", "name": "X"} => <root id="1"> <name>X</name> </root>
Null & Special Chars
null => <key/> & => &amp; < => &lt; > => &gt; " => &quot;
{}

Bidirectional

Convert JSON to XML and XML to JSON with a single click swap

@

Attribute Support

Use @key convention to create XML attributes from JSON properties

<>

Smart Formatting

Pretty print with configurable indent, XML declarations, and CDATA

//

100% Client-side

All processing in your browser - no data leaves your machine

SSL Secured
256-bit Encryption
Cloud Processing
Mobile Friendly
Need a tool? Ask us!