JSON to XML Converter
Convert JSON data to XML format with validation and formatting options
JSON Input
JSON Data
{ "person": { "name": "John Doe", "age": 30, "isEmployed": true, "address": { "street": "123 Main St", "city": "Anytown", "state": "CA", "zip": "12345" }, "phoneNumbers": [ { "type": "home", "number": "555-1234" }, { "type": "work", "number": "555-5678" } ], "children": [], "spouse": null } }
Conversion Options
Pretty Print XML
Add JSON type attributes
Use CDATA for text values
Convert to XML
Validate JSON
Clear
XML Output
Converted XML
Copy to Clipboard
Download XML