XML to JSON Converter
Paste your XML below and convert it to clean, valid JSON instantly.
About XML to JSON Converter
This tool parses XML using the browser's built-in DOMParser and converts it to a clean JSON representation. Attributes are prefixed with @ and text content uses #text.
How It Works
Paste your XML in the left panel and click Convert. The tool handles nested elements, attributes, text nodes, and repeated element names (converted to arrays). Everything runs locally in your browser.