Parse XML in your browser and get structured JSON back, with attributes preserved (prefixed with @) and nesting intact. It validates the XML first and reports parse errors clearly, so moving data out of an XML source and into JSON doesn't require an upload.
XML to JSON is a quick, no-nonsense developer utility that runs entirely client-side, so your code and data never leave your machine.
They become keys prefixed with @, e.g. @id.
Repeated tags with the same name are grouped into an array.
No — XML is parsed locally in your browser.