1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-07 15:26:45 +02:00

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.
This commit is contained in:
krutik-k
2020-07-18 15:34:18 +05:30
committed by GitHub
parent 45c9cb4379
commit d1cb424d58

View File

@@ -184,4 +184,5 @@ set2:
### 更多资源 ### 更多资源
+ [YAML official website](http://yaml.org/) + [YAML official website](http://yaml.org/)
+ [Online YAML Converter](http://yamlonline.com)
+ [Online YAML Validator](http://codebeautify.org/yaml-validator) + [Online YAML Validator](http://codebeautify.org/yaml-validator)