📄 XML to JSON
Convert XML to JSON formatConvert XML documents to JSON format. Supports all XML features including attributes, nested elements, and text content.
Input
Output
Examples:
XML Example
<a x="1.234" y="It's"/>
JSON Example
{ "a": { "_attributes": { "x": "1.234", "y": "It's" } } }
- Convert XML to JSON - parse XML documents
- XML validation - check syntax and format
- Real-time conversion - see results instantly
- JSON formatting - properly formatted output