-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
22 lines (22 loc) · 819 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"products": [
{
"id": 1,
"title": "IPhone 6",
"company": "Apple",
"imgUrl": "https://store.storeimages.cdn-apple.com/4974/as-images.apple.com/is/image/AppleInc/aos/published/images/M/KY/MKY12/MKY12_AV1_SPACE_GRAY?wid=1000&hei=1000&fmt=jpeg&qlt=95&op_sharpen=0&resMode=bicub&op_usm=0.5,0.5,0,0&iccEmbed=0&layer=comp&.v=1486508177703"
},
{
"id": 2,
"title": "IPhone 5",
"company": "Apple",
"imgUrl": "https://store.storeimages.cdn-apple.com/4974/as-images.apple.com/is/image/AppleInc/aos/published/images/M/KY/MKY12/MKY12_AV1_SPACE_GRAY?wid=1000&hei=1000&fmt=jpeg&qlt=95&op_sharpen=0&resMode=bicub&op_usm=0.5,0.5,0,0&iccEmbed=0&layer=comp&.v=1486508177703"
},
{
"title": "sss",
"company": "a",
"price": 2,
"id": 3
}
]
}