-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
301 lines (301 loc) · 8.48 KB
/
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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
{
"products": [
{
"id": "product1",
"name": "Dummy Product 1",
"price": "2500.0",
"priceAfterDiscount": "2000.0",
"imageName": "cat 1",
"offers": "20%",
"ratings": "4",
"source": "product1",
"isNew": "TRUE"
},
{
"id": "product2",
"name": "Dummy Product 2",
"price": "2000.0",
"priceAfterDiscount": "1000.0",
"imageName": "cat 2",
"offers": "50%",
"ratings": "4",
"source": "product2",
"isNew": "FALSE"
},
{
"id": "product3",
"name": "Dummy Product 3",
"price": "1500.0",
"priceAfterDiscount": "500.0",
"imageName": "cat 3",
"offers": "67%",
"ratings": "3",
"source": "product3",
"isNew": "TRUE"
},
{
"id": "product4",
"name": "Dummy Product 4",
"price": "1900.0",
"priceAfterDiscount": "800.0",
"imageName": "cat 4",
"offers": "58%",
"ratings": "5",
"source": "product4",
"isNew": "TRUE"
},
{
"id": "product5",
"name": "Dummy Product 5",
"price": "2000.0",
"priceAfterDiscount": "1100.0",
"imageName": "cat 5",
"offers": "45%",
"ratings": "5",
"source": "product5",
"isNew": "FALSE"
},
{
"id": "product6",
"name": "Dummy Product 6",
"price": "2740.0",
"priceAfterDiscount": "1099.0",
"imageName": "cat 6",
"offers": "60%",
"ratings": "4",
"source": "product6",
"isNew": "FALSE"
},
{
"id": "product7",
"name": "Dummy Product 7",
"price": "2500.0",
"priceAfterDiscount": "2000.0",
"imageName": "cat 7",
"offers": "20%",
"ratings": "4",
"source": "product7",
"isNew": "FALSE"
},
{
"id": "product8",
"name": "Dummy Product 8",
"price": "2000.0",
"priceAfterDiscount": "1000.0",
"imageName": "cat 8",
"offers": "50%",
"ratings": "4",
"source": "product8",
"isNew": "TRUE"
},
{
"id": "product9",
"name": "Dummy Product 9",
"price": "1500.0",
"priceAfterDiscount": "500.0",
"imageName": "cat 9",
"offers": "67%",
"ratings": "3",
"source": "product9",
"isNew": "FALSE"
},
{
"id": "product10",
"name": "Dummy Product 10",
"price": "1900.0",
"priceAfterDiscount": "800.0",
"imageName": "cat 10",
"offers": "58%",
"ratings": "5",
"source": "product10",
"isNew": "TRUE"
},
{
"id": "product11",
"name": "Dummy Product 11",
"price": "2000.0",
"priceAfterDiscount": "1100.0",
"imageName": "cat 11",
"offers": "45%",
"ratings": "5",
"source": "product11",
"isNew": "TRUE"
},
{
"id": "product12",
"name": "Dummy Product 12",
"price": "2740.0",
"priceAfterDiscount": "1099.0",
"imageName": "cat 12",
"offers": "60%",
"ratings": "4",
"source": "product12",
"isNew": "FALSE"
},
{
"id": "product13",
"name": "Dummy Product 13",
"price": "2500.0",
"priceAfterDiscount": "2000.0",
"imageName": "cat 13",
"offers": "20%",
"ratings": "4",
"source": "product13",
"isNew": "FALSE"
},
{
"id": "product14",
"name": "Dummy Product 14",
"price": "2000.0",
"priceAfterDiscount": "1000.0",
"imageName": "cat 14",
"offers": "50%",
"ratings": "4",
"source": "product14",
"isNew": "FALSE"
},
{
"id": "product15",
"name": "Dummy Product 15",
"price": "1500.0",
"priceAfterDiscount": "500.0",
"imageName": "cat 15",
"offers": "67%",
"ratings": "3",
"source": "product15",
"isNew": "TRUE"
},
{
"id": "product16",
"name": "Dummy Product 16",
"price": "1900.0",
"priceAfterDiscount": "800.0",
"imageName": "cat 16",
"offers": "58%",
"ratings": "5",
"source": "product16",
"isNew": "FALSE"
},
{
"id": "product17",
"name": "Dummy Product 17",
"price": "2000.0",
"priceAfterDiscount": "1100.0",
"imageName": "cat 17",
"offers": "45%",
"ratings": "5",
"source": "product17",
"isNew": "TRUE"
},
{
"id": "product18",
"name": "Dummy Product 18",
"price": "2740.0",
"priceAfterDiscount": "1099.0",
"imageName": "cat 18",
"offers": "60%",
"ratings": "4",
"source": "product18",
"isNew": "TRUE"
},
{
"id": "product19",
"name": "Dummy Product 19",
"price": "2500.0",
"priceAfterDiscount": "2000.0",
"imageName": "cat 19",
"offers": "20%",
"ratings": "4",
"source": "product1",
"isNew": "FALSE"
},
{
"id": "product20",
"name": "Dummy Product 20",
"price": "2000.0",
"priceAfterDiscount": "1000.0",
"imageName": "cat 20",
"offers": "50%",
"ratings": "4",
"source": "product2",
"isNew": "FALSE"
},
{
"id": "product21",
"name": "Dummy Product 21",
"price": "1500.0",
"priceAfterDiscount": "500.0",
"imageName": "cat 21",
"offers": "67%",
"ratings": "3",
"source": "product3",
"isNew": "FALSE"
},
{
"id": "product22",
"name": "Dummy Product 22",
"price": "1900.0",
"priceAfterDiscount": "800.0",
"imageName": "cat 22",
"offers": "58%",
"ratings": "5",
"source": "product4",
"isNew": "TRUE"
},
{
"id": "product23",
"name": "Dummy Product 23",
"price": "2000.0",
"priceAfterDiscount": "1100.0",
"imageName": "cat 23",
"offers": "45%",
"ratings": "5",
"source": "product5",
"isNew": "FALSE"
},
{
"id": "product24",
"name": "Dummy Product 24",
"price": "2740.0",
"priceAfterDiscount": "1099.0",
"imageName": "cat 24",
"offers": "60%",
"ratings": "4",
"source": "product6",
"isNew": "TRUE"
},
{
"id": "product25",
"name": "Dummy Product 25",
"price": "2500.0",
"priceAfterDiscount": "2000.0",
"imageName": "cat 25",
"offers": "20%",
"ratings": "4",
"source": "product7",
"isNew": "TRUE"
},
{
"id": "product26",
"name": "Dummy Product 26",
"price": "2000.0",
"priceAfterDiscount": "1000.0",
"imageName": "cat 26",
"offers": "50%",
"ratings": "4",
"source": "product8",
"isNew": "FALSE"
},
{
"id": "product27",
"name": "Dummy Product 27",
"price": "1500.0",
"priceAfterDiscount": "500.0",
"imageName": "cat 27",
"offers": "67%",
"ratings": "3",
"source": "product9",
"isNew": "FALSE"
}
]
}