-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
34 lines (34 loc) · 655 Bytes
/
Copy pathdb.json
File metadata and controls
34 lines (34 loc) · 655 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
34
{
"cats": [
{
"name": "Madelyn",
"image": "http://placeimg.com/640/480/animals",
"age": 99464,
"id": "1"
},
{
"name": "Bulah",
"image": "http://placeimg.com/640/480/animals",
"age": 72804,
"id": "2"
},
{
"name": "Caleigh",
"image": "http://placeimg.com/640/480/animals",
"age": 15141,
"id": "3"
},
{
"name": "Sigmund",
"image": "http://placeimg.com/640/480/animals",
"age": 47519,
"id": "4"
},
{
"name": "Verdie",
"image": "http://placeimg.com/640/480/animals",
"age": 32277,
"id": "5"
}
]
}