Dev Tools

JSON to XML Converter

Convert JSON objects to well-formed XML with indentation and attribute mapping options.

Indent
Root tag
Attr prefix
JSON input
XML output
<?xml version="1.0" encoding="UTF-8"?>
<bookstore>
  <book category="fiction">
    <title>The Great Gatsby</title>
    <author>F. Scott Fitzgerald</author>
    <year>1925</year>
  </book>
  <book category="non-fiction">
    <title>Sapiens</title>
    <author>Yuval Noah Harari</author>
    <year>2011</year>
  </book>
</bookstore>
Was this page helpful?

Related tools