在线 JSON 到 XML 转换器

输入数据
bfotool loadding
输出数据
bfotool loadding

JSON To XML Converter 帮助您在线将 JSON 转换为 XML。

JSON到XML转换器最简单

这个免费的在线工具可让您将 JSON 文件转换为 XML 文件。只需将您的 JSON 粘贴到下面的表格中,它就会立即转换为 XML 无需下载或安装任何软件。自由

工具 什么是 JSON 到 XML 转换器?

此 JSON 到 XML 转换器将 JSON 数据和文件转换为 XML 数据和文件。此转换器允许自定义输入 JSON 和输出 XML 它还接受带有自定义列分隔符和字段引号字符的 JSON 文件。它支持注释行,您可以选择忽略空行。您还可以更改在输出 XML 缩进中使用的空格数。

如何将 JSON 转换为 XML?

第 1 步:选择您的输入。输入数据。
第 2 步:选择输出选项(可选) 输出选项。
第 3 步:生成输出。

JSON 到 XML 转换器示例

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>