免费在线 JSON 到 YAML 转换器

Input data
bfotool loadding
Output data
bfotool loadding

你可以用 JSON TO YAML CONVERTER 做什么?

此工具将帮助您将 JSON 字符串/数据转换为 YAML 字符串/数据

快速将 JavaScript 对象表示法转换为另一种标记语言。在左侧的输入框中输入 JSON,您会立即在右侧的输出框中得到 YAML。输入 JSON,获取 YAML。

Json 到 YAML 转换器示例

JSON

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

YAML

-
     title: 'Json To Csv'
     slug: json-to-csv
     year: '2019'
 -
     title: 'Json To Array'
     slug: json-to-array
     year: '2019'
 

 

在线将 JSON 转换为 YAML 的工具

JSON

JavaScript 对象符号语法的一个子集

存储在名称/值对中的数据

用逗号分隔的记录

字段名和字符串用双引号括起来

YAML

代表 YAML 不是标记语言,是 JSON 的超集 - 将 YAML 转换为 JSON

.yml 文件以 '---' 开头,标记文档的开始

键值对用冒号分隔

列表以连字符开头