1
0
Fork 0
arangodb/js/node/node_modules/js-yaml/test/samples-common/construct-map.yml

12 lines
263 B
YAML

# Unordered set of key: value pairs.
Block style: !!map
Clark : Evans
Brian : Ingerson
Oren : Ben-Kiki
Flow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }
# YAML has no restrictions on key type, so it can be an array
? - foo
- bar
: baz