XML to JSON Converter
Transform XML data to JSON format — processed entirely in your browser
Instant
Private
Nested Support
FAQ
XML attributes are prefixed with "@" in the JSON output. For example,
<item id="1"> becomes {"@id": "1"}. Text content is placed in a "#text" key when attributes are present.