blob: 33a1574dd635a83adcb75e15115ac9b11a4854b0 (
plain)
1
2
3
4
5
6
7
8
|
{
"Bestiary": ordereddict([
("aardvark", "African pig-like ant eater. Ugly."),
("anteater", "South-American ant eater. Two species."),
("anaconda", "South-American constrictor snake. Scaly."),
]),
"Numbers": ordereddict([ ("one", 4), ("one", 1), ("two", 2), ("three", 3) ]),
}
|