XML to JSON Converter

Convert XML documents into clean JSON format with attribute handling and support for nested structures. Free online tool for developers and data processing.

Input XML
Paste your XML data here or upload a file
Output JSON
Your converted JSON will appear here
Conversion Notes

• XML attributes are converted to "@attributes" objects

• Text content is stored as "#text" when mixed with other elements

• Multiple elements with the same name become arrays

• Empty elements are converted to null values