ZGEO基础工具
ZGEO基础工具
站点主页
工具主页
类型转换
json校验
excel转json
json转excel
yml转json
xml转json
json转yml
单位换算
JS JSON数据转换引号JSON
Request Headers转json
加密技术
md5加密
eval加密
sha加密
aes加密
摩尔斯密码
正则表达式
数据编码
二维码转换
unicode编码
utf-8编码
escape编码
url编码
base64编码
收藏本站
YAML、YML在线编辑器(格式化校验)
YAML、YML在线编辑器,实时查看您的YAML文件编辑情况
在这里编辑YAML内容
--- # Collection Types ############################################################# ################################################################################ # http://yaml.org/type/map.html -----------------------------------------------# map: # Unordered set of key: value pairs. Block style: !!map Clark : Evans Ingy : döt Net Oren : Ben-Kiki Flow style: !!map { Clark: Evans, Ingy: döt Net, Oren: Ben-Kiki } # http://yaml.org/type/omap.html ----------------------------------------------# omap: # Explicitly typed ordered map (dictionary). Bestiary: !!omap - aardvark: African pig-like ant eater. Ugly. - anteater: South-American ant eater. Two species. - anaconda: South-American constrictor snake. Scaly. # Etc. # Flow style Numbers: !!omap [ one: 1, two: 2, three : 3 ] # http://yaml.org/type/pairs.html ---------------------------------------------# pairs: # Explicitly typed pairs. Block tasks: !!pairs - meeting: with team. - meeting: with boss. - break: lunch. - meeting: with client. Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
结果展示或错误提示: