Files
oam/knowledge base/yaml.md
2022-04-29 10:40:54 +02:00

333 B

YAML

TL;DR

---
# This is a comment
string: this is a string
number: 0
truthy: true
list:
  - element
  - element
object:
  key: value
  nested:
    can: do
    lists:
      - too

Further readings