xref: /aosp_15_r20/external/snakeyaml/src/test/resources/pyyaml/construct-omap.data (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
1# Explicitly typed ordered map (dictionary).
2Bestiary: !!omap
3  - aardvark: African pig-like ant eater. Ugly.
4  - anteater: South-American ant eater. Two species.
5  - anaconda: South-American constrictor snake. Scaly.
6  # Etc.
7# Flow style
8Numbers: !!omap [ one: 1, two: 2, three : 3 ]
9