-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathproducts.json
executable file
·45 lines (44 loc) · 1.16 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"name": "Soccerball",
"description": "FIFA approved size and weight",
"category": "Soccer",
"price": 19.95,
"id": "60d4f82c7f41b87e"
},
{
"name": "Corner Flags",
"description": "Give your playing field a personal touch",
"category": "Soccer",
"price": 34.95,
"id": "753b6488e4275863"
},
{
"name": "Stadium",
"description": "Flat packed 35,000 seat stadium",
"category": "Soccer",
"price": 79500,
"id": "e8fe85eab1f9b913"
},
{
"name": "Thinking Cap",
"description": "Improve your brain efficiency by 75%",
"category": "Chess",
"price": 16,
"id": "e8c4a582043c799b"
},
{
"name": "Human Chess Board",
"description": "A fun game for the family",
"category": "Chess",
"price": 73,
"id": "c250633930fbc987"
},
{
"name": "Bling Bling King",
"description": "Gold plated diamond studded King",
"category": "Chess",
"price": 1200,
"id": "6ff650c49a356a61"
}
]