U
Useful tools
usefulhub.cloud
Converters
Services
About
--
Sign In
Sign Up
XML → JSON
Convert XML to JSON format
XML
<?xml version="1.0" encoding="UTF-8"?> <root> <user> <name>John Doe</name> <age>30</age> <email>john@example.com</email> </user> <items> <item id="1">Item 1</item> <item id="2">Item 2</item> </items> </root>
Convert
JSON
Result will appear here...