XML to JSON Converter

Paste XML data and convert it to clean JSON format.

XML Input
JSON Output

Frequently Asked Questions

How are XML attributes handled?
Attributes become properties prefixed with @ (e.g., @id). Text content goes in #text when attributes exist on the same element.
Can it handle large XML files?
Yes, for most practical sizes. Very large files (10+ MB) may cause delays depending on your browser.