-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.json
26 lines (26 loc) · 957 Bytes
/
products.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
[
{
"name": "Apple",
"price": 1.00,
"description": "A delicious red apple.",
"image": "https://images.unsplash.com/photo-1512621776951-ccf7b3b7d2d7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=3b5b5b5b5b5b5b5b5b5b5b5b5b5b5b5&auto=format&fit=crop&w=500&q=60",
"id": 1,
"category": "fruit"
},
{
"name": "Banana",
"price": 1.00,
"description": "A delicious yellow banana.",
"image": "https://images.unsplash.com/photo-1512621776951-ccf7b3b7d2d7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=3b5b5b5b5b5b5b5b5b5b5b5b5b5b5b5&auto=format&fit=crop&w=500&q=60",
"id": 2,
"category": "fruit"
},
{
"name": "Orange",
"price": 1.00,
"description": "A delicious orange orange.",
"image": "https://images.unsplash.com/photo-1512621776951-ccf7b3b7d2d7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=3b5b5b5b5b5b5b5b5b5b5b5b5b5b5b5&auto=format&fit=crop&w=500&q=60",
"id": 3,
"category": "fruit"
}
]