aboutsummaryrefslogtreecommitdiff
path: root/tests/data/construct-omap.code
blob: f4cf1b87d12a46b7b1ce7f7dc928cce32280b604 (plain)
1
2
3
4
5
6
7
8
{
    "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) ],
}