JSON ↔ XML
Round-trip between JSON and XML. Auto-detects which way to convert.
100% in your browser. Files never uploaded.
Result
<?xml version="1.0" encoding="UTF-8"?>
<root>
<user>
<name>Alice</name>
<tag>admin</tag>
<tag>active</tag>
</user>
</root>How to use
- 1Pick or auto-detect directionJSON → XML or XML → JSON.
- 2Paste inputResult updates live.