Online JSON To XML Converter

Input data
bfotool loadding
Output data
bfotool loadding

JSON To XML Converter helps you to convert JSON to XML online.

JSON to XML converter simplest

This free online tool lets you convert a JSON file into a XML file.Just paste your JSON in the form below and it will instantly get converted to XML No need to download or install any software. Free

Tool what is a JSON to XML converter?

This JSON to XML converter transforms JSON data and files into XML data and files. This converter allows customizing input JSON and output XML It also accepts JSON 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 XML indentation.

How to Convert JSON to XML?

Step 1: Select your input. Enter Data.
Step 2: Choose output options (optional) Output Options.
Step 3: Generate output.

JSON to XML converter examples

JSON

[
    {
        "title": "Json To Csv",
        "slug": "json-to-csv",
        "year": "2019"
    },
    {
        "title": "Json To Array",
        "slug": "json-to-array",
        "year": "2019"
    },
    {
        "title": "Json To Tsv",
        "slug": "json-to-tsv",
        "year": "2019"
    },
    {
        "title": "Json To Yaml",
        "slug": "json-to-yaml",
        "year": "2019"
    }
]

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>