XML to JSON Converter
Paste any XML and get clean, structured JSON output. Attributes map to @attributes, text nodes to #text.
Conversion rules
- XML attributes become @attributes object
- Repeated sibling elements become JSON arrays
- Text-only nodes become plain string values
- Mixed content (text + elements) uses #text key