XML zu JSON Konverter
Konvertieren Sie XML in formatiertes JSON mit Unterstützung für Attribute, CDATA, verschachtelte Elemente und mehrere Kinder. Kostenlos, privat, sofort.
How It Works
Paste XML
Kopieren Sie ein beliebiges XML-Dokument und fügen Sie es in den Eingabebereich ein. Das Beispiel bietet ein realistisches Beispiel mit verschachtelten Elementen und CDATA.
Auto-Convert
The XML is parsed and converted to JSON instantly as you type. Attributes get an @ prefix and text nodes use #text.
Review JSON
The formatted JSON output is pretty-printed with 2-space indentation. Nested structures and arrays are clearly visible and easy to navigate.
Copy or Download
Copy the JSON to your clipboard with one click, or download it as a .json file for use in your projects.
About XML to JSON Converter
Convert XML documents to clean, structured JSON format instantly using browser-native DOMParser. This tool follows the standard xml2json convention — attributes are prefixed with @, text content is stored in #text when mixed with child elements, and multiple child elements with the same name are grouped into arrays. CDATA sections are treated as text content. The JSON output is pretty-printed with 2-space indentation for readability. All processing happens in your browser — no data is sent to any server.
Attributunterstützung
XML-Attribute werden mit der Standard-@-Präfix-Konvention beibehalten. Mehrere Attribute auf einem Element werden als separate Schlüssel aufgenommen.@ prefix convention. Multiple attributes on one element are all included as separate keys.
CDATA-Behandlung
CDATA-Abschnitte werden als Textinhalt behandelt und in die Ausgabe aufgenommen. Der rohe Text in CDATA-Abschnitten wird ohne Parsen beibehalten.
Verschachtelte & Array-Unterstützung
Tief verschachtelte Elemente werden zu verschachtelten Objekten. Wiederholte Elementnamen auf derselben Ebene werden automatisch zu Arrays gruppiert.
100% privat
Die gesamte Konvertierung erfolgt in Ihrem Browser mit nativem DOMParser. Keine Daten werden auf einen Server hochgeladen. Funktioniert offline nach dem Laden der Seite.