Skip to content

General

  1. Data serialization language
  2. Strict superset1 of JSON.
  3. Newline and indentation has significance.
  4. Tab characters are not allowed, use spaces instead.
  5. Document / file begins with ---.
  6. Format is like a dictionary.
key_without_space: value
key with space: value
"key stringified along with : symbol": value
0.25: a numberic key

References


  1. Read more about set