📋 XML ↔ JSON Converter
Convert between XML and JSON instantly. Attributes handled, formatting included. 100% browser-based.
How XML attributes are handled
• XML attributes are mapped to JSON keys prefixed with @ (e.g. @id).
• Repeated XML elements become JSON arrays automatically.
• Mixed text + children nodes use the special key #text.