devpick.sh
/
xml-to-json
System
XML to JSON
๐ค
Agent Ready
Convert XML to JSON instantly โ runs entirely in your browser using the native DOMParser.
Clear
Copy
XML Input
<?xml version="1.0" encoding="UTF-8"?> <bookstore> <book category="fiction"> <title lang="en">The Great Gatsby</title> <author>F. Scott Fitzgerald</author> <year>1925</year> <price>9.99</price> </book> <book category="tech"> <title lang="en">Clean Code</title> <author>Robert C. Martin</author> <year>2008</year> <price>34.99</price> </book> </bookstore>
JSON Output
Output will appear here...
Related Tools
JSON Formatter
JSON to YAML
XML Formatter
CSV to JSON