-
Notifications
You must be signed in to change notification settings - Fork 0
/
db-1595863605377.json
131 lines (131 loc) · 2.77 KB
/
db-1595863605377.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"products": [
{
"id": 1,
"name": "Kayak",
"category": "watersports",
"description": "A boat for one person",
"price": 300
},
{
"id": 2,
"name": "lifejacket",
"category": "watersports",
"description": "Protective and fashionable",
"price": 48.95
},
{
"id": 3,
"name": "soccer Ball",
"category": "soccer",
"description": "FIFA-Approved size and weight",
"price": 30
},
{
"id": 4,
"name": "corner flags",
"category": "soccer",
"description": "Play proffessionally",
"price": 12.99
},
{
"id": 5,
"name": "net",
"category": "soccer",
"description": "Play proffessionally",
"price": 99.99
},
{
"id": 6,
"name": "Thinking cap",
"category": "chess",
"description": "Play proffessionally",
"price": 12.99
},
{
"id": 7,
"name": "unsteady chair",
"category": "chess",
"description": "Give your opponent a disadvantage",
"price": 12.99
},
{
"id": 8,
"name": "chess board",
"category": "board game",
"description": "Play proffessionally",
"price": 12.99
},
{
"id": 9,
"name": "Monopoly",
"category": "board game",
"description": "Play proffessionally",
"price": 12.99
},
{
"id": 10,
"name": "scrabble",
"category": "soccer",
"description": "Play proffessionally",
"price": 12.99
},
{
"id": 11,
"name": "macbook",
"category": "Tech",
"description": "new improved 16inch monstor",
"price": 12.99
},
{
"id": 12,
"name": "Dell xps",
"category": "Tech",
"description": "power at the tip of your fingers",
"price": 12.99
},
{
"id": 13,
"name": "Canon EOSD",
"category": "camera",
"description": "Play proffessionally",
"price": 12.99
},
{
"id": 14,
"name": "Sony a9",
"category": "camera",
"description": "fastest photos with real time face tracking",
"price": 12.99
},
{
"id": 15,
"name": "RED Komodo 6K",
"category": "camera",
"description": "film proffessionally",
"price": 12.99
},
{
"id": 16,
"name": "RED monstro",
"category": "camera",
"description": "film proffessionally",
"price": 12.99
},
{
"id": 17,
"name": "ARRI Alexa",
"category": "camera",
"description": "Netfkix quality grade filming",
"price": 12.99
},
{
"id": 18,
"name": "Apple XDR Display",
"category": "Display",
"description": "Experiemce 6k resolution",
"price": 12.99
}
],
"orders": []
}