-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
33 lines (33 loc) · 735 Bytes
/
Copy pathdb.json
File metadata and controls
33 lines (33 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"dogs": [
{
"id": 3,
"name": "Rocky",
"weight": 7.5,
"height": 20,
"length": 35,
"picture": "https://cdn2.thedogapi.com/images/rJH9KQoEX.gif",
"description": "Rocky dogggy cupim rump salami"
},
{
"id": 34,
"name": "Buz",
"weight": 8.1,
"height": 60,
"length": 142,
"picture": "https://cdn2.thedogapi.com/images/BJT0Jx5Nm_1280.jpg",
"description": "Buz painted drumstick pork chop"
}
],
"cats": [
{
"id": 2,
"name": "Paws",
"weight": 3.5,
"height": 15,
"length": 25,
"picture": "https://cdn2.thedogapi.com/images/rJH9KQoEX.gif",
"description": "Boots poos cupim rump as"
}
]
}