XML to JSON Converter

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