XML to JSON Converter
Convert XML documents, SOAP envelopes, and feed payloads into readable JSON locally in your browser.
- Preserve attributes as @attributes and text content as #text.
- Repeated sibling elements become JSON arrays automatically.
- Optionally strip namespace prefixes for easier downstream JSON processing.
XML input
JSON output
Conversion details
- Runs locally in your browser. No uploads.
- Repeated sibling tags become arrays so list-like XML maps cleanly into JSON structures.
- Namespace stripping changes key names only. It does not alter the original XML input.