当前位置:网站首页>yaml json
yaml json
2022-06-28 08:19:00 【Xinyouyou】
YAML Notes
YAML Syntax description :https://www.ibm.com/developerworks/cn/xml/x-cn-yamlintro/
YAML Home page : http://www.yaml.org
YAML1.2 standard :http://yaml.org/spec/1.2/spec.pdf
JS-YAML Online example :http://nodeca.github.io/js-yaml/
check YAML grammar YAMLlint - The YAML Validator:http://www.yamllint.com/
YAML There have been many implementations , Detailed implementation list :https://yaml.org/download.html
YAML Of Java Realization JYaml:http://jyaml.sourceforge.net
JYaml Project home page :http://jyaml.sourceforge.net
JYaml introduction : http://jyaml.sourceforge.net/tutorial.html
SDO: http://www.ibm.com/developerworks/library/specification/j-commonj-sdowmt/index.html
Ruby: http://www.ruby-lang.org
check YAML grammar YAMLlint - The YAML Validator:http://www.yamllint.com/
YAML Simple description of syntax :
- The first line of the document should read
---start , That is the yaml Beginning of file - Use
#As a tag for comments , Same as shell The language is the same - Column elements of the same level should be represented by
-start , meanwhile-There must be a space after , Otherwise syntax error - Elements in the same list should be indented the same way , Otherwise syntax error
- There must be a space between attribute and attribute value , Such as
host: cloudThere is a space after the colon
JSON
JSON Writing format https://blog.csdn.net/yuzhangsir/article/details/76599940
JSON grammar http://www.w3school.com.cn/json/json_syntax.asp
边栏推荐
- Oracle RAC -- understanding of VIP
- Modifying the SSH default port when installing Oracle RAC makes CRS unable to install
- nuxt3入门
- AI首席架构师8-AICA-高翔 《深入理解和实践飞桨2.0》
- Trailing Zeroes (II)
- Redis deployment under Linux & redis startup
- About using font icons in placeholder
- The preliminary round of the sixth season of 2022 perfect children's model Foshan competition area came to a successful conclusion
- Oracle view all tablespaces in the current library
- NPM clean cache
猜你喜欢
随机推荐
【Go ~ 0到1 】 第二天 6月25 Switch语句,数组的声明与遍历
AI首席架构师8-AICA-高翔 《深入理解和实践飞桨2.0》
解决npm ERR! Unexpected end of JSON input while parsing near问题
探讨gis三维系统在矿山行业中的应用
js取整的小技巧
The RAC cannot connect to the database normally after modifying the scan IP. The ora-12514 problem is handled
Redis uses sentinel master-slave switching. What should the program do?
Installing mysql5.7 under Windows
App automated testing appium Tutorial Part 1 - advanced supplementary content
RAC enable archive log
ROS notes (08) - definition and use of service data
ROS notes (09) - query and setting of parameters
B_ QuRT_ User_ Guide(30)
887. egg drop
图像翻译/Transformer:ITTR: Unpaired Image-to-Image Translation with Transformers用Transfor进行非配对图像对图像的转换
Two tips for block level elements
Unity gets the coordinate point in front of the current object at a certain angle and distance
神殿
PMP从报考到拿证基本操作,了解PMP必看篇
Oracle view tablespace usage








