xxxxxxxxxxNull# http://yaml.org/type/str.html -----------------------------------------------#stringabcd# http//yaml.org/type/timestamp.html -----------------------------------------#timestamp---# 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 ClarkEvans Ingydöt Net OrenBen-Kiki # http//yaml.org/type/omap.html ----------------------------------------------#omap # Explicitly typed ordered map (dictionary). Bestiary!!omapaardvarkAfrican pig-like ant eater. Ugly.anteaterSouth-American ant eater. Two species.anacondaSouth-American constrictor snake. Scaly. # Etc. # Flow style Numbers!!omap one1 two2 three 3 # http//yaml.org/type/pairs.html ---------------------------------------------#pairs # Explicitly typed pairs. Block tasks!!pairsmeetingwith team.meetingwith boss.breaklunch.meetingwith client. Flow tasks!!pairs meetingwith team meetingwith 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!!seqMercury # Rotates - no light/dark sides.Venus # Deadliest. Aptly named.Earth # Mostly dirt.Mars # Seems empty.Jupiter # The king.Saturn # Pretty.Uranus # Where the sun hardly shines.xxxxxxxxxxduplicated 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 ...