XML ↔ JSON
Bidirectional converter between XML and JSON
XML → JSON
JSON → XML
Pretty print
XML Input
<?xml version="1.0"?> <catalog> <book id="bk101"> <author>Gambardella, Matthew</author> <title>XML Developer Guide</title> <price>44.95</price> </book> </catalog>
DOMParser is not defined
JSON Output
Copy