XML to JSON Converter
Convert XML to JSON online for free. Parse XML documents and export as formatted JSON.
JSON Output
DOMParser is not defined
About This Tool
Parse any XML document and convert it to well-formed JSON. Handles attributes, text nodes, CDATA sections, and nested elements. Useful for working with SOAP APIs, RSS feeds, and configuration files.
How to Use
Paste XML
Paste your XML document.
Convert
Click Convert to parse the XML and generate JSON.
Copy or Download
Copy the JSON output or download as a .json file.
Use Cases
API Integration
Convert XML API responses to JSON for use in modern JavaScript applications.
Frequently Asked Questions
How are XML attributes handled?
Attributes are included as keys prefixed with @ in the JSON output.