Input
JSONJSON
Output
XMLXML
Frequently Asked Questions
How do I use JSON ⇄ XML?
Step 2 — the tool converts the JSON to XML in real time and shows it on the right. Step 3 — you can also type XML directly on the right, and it will be parsed back to JSON automatically.
What can JSON ⇄ XML do?
Financial, government and telecom industries whose message specs are XML-based and must round-trip with JSON front-ends. Working with Android layout files, Maven pom.xml , RSS feeds, and other XML data that is easier to process once converted to JSON.
Is my data private when I use JSON ⇄ XML?
The JSON or XML you enter never leaves your device, so it is safe to use with commercial-sensitive API payloads. The JSON or XML you enter never leaves your device, so it is safe to use with commercial-sensitive API payloads.
What technical details should I know about JSON ⇄ XML?
Object keys that contain reserved XML characters (such as & or < ) are automatically entity-escaped. Arrays are expanded to multiple sibling elements with the same tag name.