Convert XML data to structured JSON directly in your browser. Paste or upload XML, preserve nested elements and attributes, then copy or download the JSON without uploading your data.
Convert XML to see a preview.
The XML converter reads valid XML in your browser and converts it into a useful local output format. No XML data is uploaded.
Paste XML or upload an .xml file. Repeated child elements are treated as records and nested values become fields, so common data-oriented XML can be exported quickly.
<people>
<person><name>John</name><age>30</age></person>
<person><name>Jane</name><age>28</age></person>
</people>
For CSV and TSV output, the repeated person elements become rows with name and age fields. Excel output uses the same rows in an XLSX worksheet.
& inside text values.Your XML remains in the browser. This tool parses, converts, previews, copies, and downloads locally without an account.