-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
40 lines (40 loc) · 1.19 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
{
"products": [
{
"id": 123,
"name": "orange",
"price": "2",
"image": "https://cdn.pixabay.com/photo/2017/01/20/15/06/oranges-1995056_960_720.jpg"
},
{
"id": 131,
"name": "Milk",
"price": "3",
"image": "https://cdn.pixabay.com/photo/2018/03/16/16/42/milk-3231772_960_720.jpg"
},
{
"id": 132,
"name": "Ice Cream",
"price": "4",
"image": "https://cdn.pixabay.com/photo/2016/12/26/16/09/bowl-1932375_960_720.jpg"
},
{
"id": 133,
"name": "Salmon",
"price": "10",
"image": "https://cdn.pixabay.com/photo/2021/01/05/23/18/salmon-5892659_960_720.jpg"
},
{
"id": 134,
"name": "Watermelon",
"price": "2",
"image": "https://cdn.pixabay.com/photo/2015/09/27/18/18/watermelons-961128_960_720.jpg"
},
{
"id": 135,
"name": "Potato",
"price": "4",
"image": "https://cdn.pixabay.com/photo/2016/08/11/08/43/potatoes-1585060_960_720.jpg"
}
]
}