summaryrefslogtreecommitdiff
path: root/assets/files/zoo.json
blob: 3b5a7ffc1fe535b978dd9b2affa773077b43bde6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    "name": "Debby",
    "species": "Rhinoceros",
    "weight": 1900,
    "length": 390
  },
  {
    "name": "Fluffy",
    "species": "Tiger",
    "weight": 115,
    "length": 310
  },
  {
    "name": "Sleepy",
    "species": "Dolphin",
    "weight": 150,
    "length": 180
  }
]