diff options
author | krutik-k <68330578+krutik-k@users.noreply.github.com> | 2020-07-18 15:34:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 15:34:18 +0530 |
commit | d1cb424d58985b724c442c342e5d148a7c381f5d (patch) | |
tree | 2600a65bf72898b7dab92c79daae921da1ae31a7 /zh-cn/yaml-cn.html.markdown | |
parent | 45c9cb43792cc0d8f4211ed68eca7d8c8c08d7ee (diff) |
YAML to JSON
You can also use https://yamlonline.com/ for the yaml validator as well as yaml converter to json,csv,xml,base64 also for beautify and minify YAML.
Diffstat (limited to 'zh-cn/yaml-cn.html.markdown')
-rw-r--r-- | zh-cn/yaml-cn.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zh-cn/yaml-cn.html.markdown b/zh-cn/yaml-cn.html.markdown index 7b6ff305..cad3fed5 100644 --- a/zh-cn/yaml-cn.html.markdown +++ b/zh-cn/yaml-cn.html.markdown @@ -184,4 +184,5 @@ set2: ### 更多资源 + [YAML official website](http://yaml.org/) ++ [Online YAML Converter](http://yamlonline.com) + [Online YAML Validator](http://codebeautify.org/yaml-validator) |