XML to JSON Converter
Paste your XML and get clean JSON output instantly.
Conversion Rules
- Element names become JSON keys
- Attributes are prefixed with
@ - Text content is stored in
#text - Repeated child elements become JSON arrays
- Single child elements become JSON objects
About
This tool converts XML data to JSON format entirely in your browser. No data is sent to a server.
It handles attributes, nested elements, mixed content, and repeated elements automatically.