XML to JSON

Free Online XML to JSON Converter

XML to JSON converter

This online free XML to JSON data converter tool help you to convert XML data into JSON data format.

How to Convert XML data to JSON data?

Copy and paste your XML data in the textbox provided above to convert into JSON data format. Now the Convert button will activate, press the button. You will instantly get your XML data converted into JSON data.

Why You should Use this Tool?

  • Convert an XML data into JSON data in single click. 
  • Copy the converted output directly into your clipboard.
  • This tool is accessible from any device.

Example:

Sample XML Data:

<?xml version="1.0"?>
 <root>
  <firstName>John</firstName>
  <lastName>Smith</lastName>
  <gender>man</gender>
  <age>30</age>
  <address>
    <streetAddress>150</streetAddress>
    <city>San Diego</city>
    <state>CA</state>
    <postalCode>263142</postalCode>
  </address>
 </root>

XML Data Converted to JSON:

{"firstName":"John","lastName":"Smith","gender":"man","age":"30","address":{"streetAddress":"150","city":"San Diego","state":"CA","postalCode":"263142"}}

Cookie
We care about your data and would love to use cookies to improve your experience.