xxxxxxxxxx
string abcd# http //yaml.org/type/timestamp.html -----------------------------------------#timestamp Null# http://yaml.org/type/str.html -----------------------------------------------#
---
# Collection Types #############################################################
################################################################################# http://yaml.org/type/map.html -----------------------------------------------#map:
# Unordered set of key: value pairs.
Block style !!map
Clark Evans
Ingy döt Net
Oren Ben-Kiki
Flow style !!map Clark Evans Ingy döt Net Oren Ben-Kiki # http //yaml.org/type/omap.html ----------------------------------------------#omap
# Explicitly typed ordered map (dictionary).
Bestiary !!omap
aardvark African pig-like ant eater. Ugly.
anteater South-American ant eater. Two species.
anaconda South-American constrictor snake. Scaly.
# Etc.
# Flow style
Numbers !!omap one 1 two 2 three 3 # http //yaml.org/type/pairs.html ---------------------------------------------#pairs
# Explicitly typed pairs.
Block tasks !!pairs
meeting with team.
meeting with boss.
break lunch.
meeting with client.
Flow tasks !!pairs meeting with team meeting with boss # http //yaml.org/type/set.html -----------------------------------------------#set
# Explicitly typed set.
baseball players !!set
? Mark McGwire
? Sammy Sosa
? Ken Griffey
# Flow style
baseball teams !!set Boston Red Sox Detroit Tigers New York Yankees # http://yaml.org/type/seq.html -----------------------------------------------#seq
# Ordered sequence of nodes
Block style !!seq
# Rotates - no light/dark sides. Mercury
# Deadliest. Aptly named. Venus
# Mostly dirt. Earth
# Seems empty. Mars
# The king. Jupiter
# Pretty. Saturn
# Where the sun hardly shines. Uranus
xxxxxxxxxx
duplicated mapping key (33:3)
30 | # Flow style
31 | baseball teams: !!set { Boston ...
32 | # Ordered sequence of nodes
33 | Block style: !!seq
--------^
34 | - Mercury # Rotates - no ligh ...
35 | - Venus # Deadliest. Aptly ...