XML to JSON Converter
Paste XML on the left to convert to JSON
XML Input
JSON Output
XML vs JSON
XML and JSON are both data interchange formats. XML uses tags and is more verbose, while JSON is lightweight and easier to parse in JavaScript.
Conversion Notes
- XML attributes are converted to @attributes object
- Text content is stored in #text when mixed with elements
- Repeated elements become arrays in JSON