wiki :http://zh.wikipedia.org/zh-cn/YAML
多行缩进 |
单行缩写 |
house: family: name: Doe parents: - John - Jane children: - Paul - Mark - Simone |
house: family: { name: Doe,parents: [John,Jane],children: [Paul,Mark,Simone] } |
注意:
- @H_301_86@ 字串不一定要用双引号标识;