-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
Copy pathdb.json
52 lines (52 loc) · 1.36 KB
/
db.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"toys": [
{
"id": 1,
"name": "Woody",
"image": "http://www.pngmart.com/files/3/Toy-Story-Woody-PNG-Photos.png",
"likes": 5
},
{
"id": 2,
"name": "Buzz Lightyear",
"image": "http://www.pngmart.com/files/6/Buzz-Lightyear-PNG-Transparent-Picture.png",
"likes": 8
},
{
"id": 3,
"name": "Mr. Potato Head",
"image": "https://vignette.wikia.nocookie.net/universe-of-smash-bros-lawl/images/d/d8/Mr-potato-head-toy-story.gif/revision/latest?cb=20151129131217",
"likes": 3
},
{
"id": 4,
"name": "Slinky Dog",
"image": "https://www.freeiconspng.com/uploads/slinky-png-transparent-1.png",
"likes": 4
},
{
"id": 5,
"name": "Rex",
"image": "https://static.wikia.nocookie.net/disney/images/5/56/Profile_-_Rex.jpeg/revision/latest?cb=20190313050619",
"likes": 1
},
{
"id": 6,
"name": "Bo Peep",
"image": "http://4.bp.blogspot.com/_OZHbJ8c71OM/Sog43CMFX2I/AAAAAAAADEs/0AKX0XslD4g/s400/bo.png",
"likes": 2
},
{
"id": 7,
"name": "Hamm",
"image": "https://cdn140.picsart.com/244090226021212.png?r1024x1024",
"likes": 0
},
{
"id": 8,
"name": "Little Green Men",
"image": "http://www.pngmart.com/files/3/Toy-Story-Alien-PNG-File.png",
"likes": 1
}
]
}