General
- Data serialization language
- Strict
superset
1 ofJSON
. - Newline and indentation has significance.
Tab
characters are not allowed, usespaces
instead.- Document / file begins with
---
. - Format is like a
dictionary
.
key_without_space: value
key with space: value
"key stringified along with : symbol": value
0.25: a numberic key