gove-allen
---
# <- yaml supports comments, json does not
# did you know you can embed json in yaml?
# try uncommenting the next line
# { foo: 'bar' }
json:
- rigid
- better for data interchange
yaml:
- slim and flexible
- better for configuration
object:
key: value
array:
- null_value: null
- boolean: true
- integer: 1
- alias: aliases are like variables
- alias: aliases are like variables
paragraph: |
Blank lines denote
paragraph breaks
content: |-
Or we
can auto
convert line breaks
to save space
alias:
bar: baz
alias_reuse:
bar: baz
Comments
Post a Comment