XML to JSON Converter
Convert XML to JSON in your browser using the built-in DOMParser. Nothing is uploaded.
Pure browser JavaScript — uses the native DOMParser API.
How to use this tool
- Paste XML.
- Click Convert.
- Download the JSON result.
Convert XML to JSON in your browser using the built-in DOMParser. Nothing is uploaded.
Frequently asked questions
- How are repeated elements handled?
- Repeated sibling elements with the same tag are collapsed into a JSON array automatically.