Convert XML to JSON

Form for XML converting

This form allows you convert XML to JSON format, paste or upload your XML file below:


Your result can be seen below.

Result of XML conversion to JSON


Move to "Paste Code" for Save it

About XML conversion to JSON

About XML conversion to JSON format

The Convert XML to JSON was created for online converting XML into appropriate JSON format. This tool converts Extensible Markup Language (XML) documents to JSON (JavaScript Object Notation) documents and of course it's totally free converter. You do not need to download any tools for conversion.

How it Works?

Just paste your XML data to the textarea above and click to the button "Convert" and you will get JSON in the next textarea. It's very simple and easy way to transform and share XML to JSON data.

Example of XML conversion to JSON

Before:
<?xml version="1.0" encoding="UTF-8"?>
<result>
	<website>
		<domain>wtools.io</domain>
		<title>Online Web Tools</title>
	</website>
</result>
After:
{
	"result":
	{
		"website":
		{
			"domain": "wtools.io",
			"title": "Online Web Tools"
		}
	}
}
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal