• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "Bestiary": [
3        ("aardvark", "African pig-like ant eater. Ugly."),
4        ("anteater", "South-American ant eater. Two species."),
5        ("anaconda", "South-American constrictor snake. Scaly."),
6    ],
7    "Numbers": [ ("one", 1), ("two", 2), ("three", 3) ],
8}
9