Online XML to JSON Convert Tool




About XML to JSON

XML to JSON Converter is a free online converter tool. This tool converts data XML format to JSON format.This tool is very easy to use. In this tool simply enter or paste your data into textarea and click on "XML to JSON" button.After that you will see the result in another textarea in XML format.you can copy and download your data by copy and download buttons.

What is XML ?

Basically, XML is a software which is used to storing and transporting the data.XML stands for Extensible Markup Language like that HTML.We can store and transport the data by using of XML.

What is JSON ?

JSON stands for Javascript Object Notation.when a server send data from a web server to a webpage then we uses json.Json is easy to use and easy to understand.

{
"employees":[
{"firstName":"Naktech", "lastName":"Sharma"},
]
}