⚡ Dev Tooling Online
/
XML → JSON
⌘K
XML Tools:
XML Formatter
XML → JSON
XML → CSV
XML → YAML
XML → JSON
Convert XML to JSON format.
XML Input
<?xml version="1.0" encoding="UTF-8"?> <catalog> <book id="1"> <title>Clean Code</title> <author>Robert Martin</author> <year>2008</year> </book> <book id="2"> <title>The Pragmatic Programmer</title> <author>Dave Thomas</author> <year>1999</year> </book> </catalog>
JSON Output
DOMParser is not defined