android13/external/python/pyyaml/tests/data/construct-omap.code

9 lines
275 B
Plaintext

{
"Bestiary": [
("aardvark", "African pig-like ant eater. Ugly."),
("anteater", "South-American ant eater. Two species."),
("anaconda", "South-American constrictor snake. Scaly."),
],
"Numbers": [ ("one", 1), ("two", 2), ("three", 3) ],
}