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
À propos de cet outil
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.
Comment utiliser
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.
Cas d'utilisation
API Integration
Convert XML API responses to JSON for use in modern JavaScript applications.
Foire aux questions
How are XML attributes handled?
Attributes are included as keys prefixed with @ in the JSON output.