-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
31 lines (31 loc) · 948 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
23
24
25
26
27
28
29
30
31
{
"product": [
{
"productName": "Intelligent",
"price": "181.00",
"stock": 79073,
"description": "Carbonite web goalkeeper gloves are ergonomically designed to give easy fit",
"categoryId": 3,
"image": "http://placeimg.com/640/480/people",
"id": "1"
},
{
"productName": "Handcrafted",
"price": "296.00",
"stock": 76248,
"description": "The slim & simple Maple Gaming Keyboard from Dev Byte comes with a sleek body and 7- Color RGB LED Back-lighting for smart functionality",
"categoryId": 3,
"image": "http://placeimg.com/640/480/sports",
"id": "2"
},
{
"productName": "Generic Cotton",
"price": "575.00",
"stock": 89929,
"description": "Carbonite web goalkeeper gloves are ergonomically designed to give easy fit",
"categoryId": 2,
"image": "http://placeimg.com/640/480/tech",
"id": "3"
}
]
}