Home
chevron_right
Converters
chevron_right
XML to JSON
data_object
XML to JSON Converter
Convert XML documents to JSON format and vice versa.
XML Input
<bookstore> <book category="fiction"> <title lang="en">Harry Potter</title> <author>J.K. Rowling</author> <year>2005</year> <price>29.99</price> </book> <book category="nonfiction"> <title lang="en">Learning XML</title> <author>Erik T. Ray</author> <year>2003</year> <price>39.95</price> </book> </bookstore>
JSON Output
Include attributes (as @attr)
Trim whitespace
transform
XML → JSON
swap_horiz
JSON → XML
content_copy
Copy