XML to JSON converter simplest
This free online tool lets you convert a XML file into a JSON file.Just paste your XML in the form below and it will instantly get converted to JSON. No need to download or install any software. Free
XML to JSON converter examples
XML
<?xml version="1.0" encoding="UTF-8" ?>
<root>
<row-0>
<title>Json To Csv</title>
<slug>json-to-csv</slug>
<year>2019</year>
</row-0>
<row-1>
<title>Json To Array</title>
<slug>json-to-array</slug>
<year>2019</year>
</row-1>
<row-2>
<title>Json To Tsv</title>
<slug>json-to-tsv</slug>
<year>2019</year>
</row-2>
<row-3>
<title>Json To Yaml</title>
<slug>json-to-yaml</slug>
<year>2019</year>
</row-3>
</root>
JSON
{
"row-0": {
"title": "Json To Csv",
"slug": "json-to-csv",
"year": "2019"
},
"row-1": {
"title": "Json To Array",
"slug": "json-to-array",
"year": "2019"
},
"row-2": {
"title": "Json To Tsv",
"slug": "json-to-tsv",
"year": "2019"
},
"row-3": {
"title": "Json To Yaml",
"slug": "json-to-yaml",
"year": "2019"
}
}
Tool what is a XML to JSON converter?
This XML to JSON converter transforms XML data and files into JSON data and files. This converter allows customizing input XML and output JSON. It also accepts XML files with custom column delimiter characters and field quote characters. It supports comment lines and you can optionally ignore empty lines. You can also change how many spaces to use in the output JSON indentation.
How to Convert XML to JSON?
Step 1: Select your input. Enter Data.
Step 2: Choose output options (optional) Output Options.
Step 3: Generate output.