XML to JSON Converter
Paste XML and convert it to JSON. Uses the browser’s native DOMParser — no server, no library download.
How XML to JSON Works
XML elements map to JSON object keys. Text content becomes the string value. Multiple elements with the same tag name become an array. Attributes are not currently included in the output.