12 lines
117 B
YAML

---
foo: bar
nested:
hi: hello
array:
- one
- two
numbers:
4: "four"
6: "six"
"8": "eight"