XML to JSON converter
Convert XML into JSON locally in your browser. This page keeps the format pair fixed so you can quickly inspect the XML mapping result.
XML to JSON converter
Convert XML into JSON locally in your browser. This page keeps the format pair fixed so you can quickly inspect the XML mapping result.
What to watch for
- XML attributes and text nodes are mapped into JSON-specific keys such as @attributes and #text.
- Repeated elements may become arrays, and not every XML structure has one obvious JSON shape.