🔃 XML ⇄ JSON
Paste XML on the left for JSON on the right, or the other way. Supports basic nodes, text and structure - useful for API debugging and migration. Local, no upload.
❓ Frequently asked questions
How are text and structure mapped?
Element text is kept; child elements become nested objects/arrays.
Does it support namespaces?
Basic parsing works; complex namespaces need a pro library.
Is data uploaded?
No, it is local.
📚 How to use
Converting XML and JSON is common in API work.
Steps
- Paste XML on the left or JSON on the right.
- Click the direction button.
- Copy the result.