-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
75 lines (75 loc) · 1.95 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
{
"Product": [{
"id": "1",
"Name": "Women Maxi Multicolor Dress",
"price": "499",
"offer_price": "460",
"image_name": "womens4",
"isnew": "TRUE",
"ratting": "4"
},
{
"id": "2",
"Name": "Casual Regular Sleeves Solid Women Maroon Top",
"price": "599",
"offer_price": "540",
"image_name": "womens3",
"isnew": "FALSE",
"ratting": "3"
},
{
"id": "3",
"Name": "Women Kurta and Dupatta Set Georgette, Crepe",
"price": "876",
"offer_price": "835",
"image_name": "womens2",
"isnew": "FALSE",
"ratting": "5"
},
{
"id": "4",
"Name": "Women wear",
"price": "399",
"offer_price": "339",
"image_name": "womens1",
"isnew": "FALSE",
"ratting": "5"
},
{
"id": "5",
"Name": "Men T-shirt",
"price": "649",
"offer_price": "605",
"image_name": "men-tshirt1",
"isnew": "TRUE",
"ratting": "5"
},
{
"id": "6",
"Name": "Casual wear - Mean",
"price": "268",
"offer_price": "220",
"image_name": "Dress-8",
"isnew": "TRUE",
"ratting": "3"
},
{
"id": "7",
"Name": "Huddy - Multi colour",
"price": "776",
"offer_price": "600",
"image_name": "Huddy1",
"isnew": "TRUE",
"ratting": "2"
},
{
"id": "8",
"Name": "Track for men's ",
"price": "368",
"offer_price": "326",
"image_name": "Dress-7",
"isnew": "FALSE",
"ratting": "3"
}
]
}