-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts_2.json
More file actions
116 lines (116 loc) · 4.21 KB
/
products_2.json
File metadata and controls
116 lines (116 loc) · 4.21 KB
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
{
"products": [
{
"id": 1,
"title": "iPhone 9",
"description": "An apple mobile which is nothing like apple",
"price": 549,
"discountPercentage": 12.96,
"rating": 4.69,
"stock": 94,
"brand": "Apple",
"category": "smartphones",
"thumbnail": "https://i.dummyjson.com/data/products/1/thumbnail.jpg",
"images": [
"https://i.dummyjson.com/data/products/1/1.jpg",
"https://i.dummyjson.com/data/products/1/2.jpg",
"https://i.dummyjson.com/data/products/1/3.jpg",
"https://i.dummyjson.com/data/products/1/4.jpg",
"https://i.dummyjson.com/data/products/1/thumbnail.jpg"
]
},
{
"id": 2,
"title": "iPhone X",
"description": "SIM-Free, Model A19211 6.5-inch Super Retina HD display with OLED technology A12 Bionic chip with ...",
"price": 899,
"discountPercentage": 17.94,
"rating": 4.44,
"stock": 34,
"brand": "Apple",
"category": "smartphones",
"thumbnail": "https://i.dummyjson.com/data/products/2/thumbnail.jpg",
"images": [
"https://i.dummyjson.com/data/products/2/1.jpg",
"https://i.dummyjson.com/data/products/2/2.jpg",
"https://i.dummyjson.com/data/products/2/3.jpg",
"https://i.dummyjson.com/data/products/2/thumbnail.jpg"
]
},
{
"id": 27,
"title": "Flying Wooden Bird",
"description": "Package Include 6 Birds with Adhesive Tape Shape: 3D Shaped Wooden Birds Material: Wooden MDF, Laminated 3.5mm",
"price": 51,
"discountPercentage": 15.58,
"rating": 4.41,
"stock": 17,
"brand": "Flying Wooden",
"category": "home-decoration",
"thumbnail": "https://i.dummyjson.com/data/products/27/thumbnail.webp",
"images": [
"https://i.dummyjson.com/data/products/27/1.jpg",
"https://i.dummyjson.com/data/products/27/2.jpg",
"https://i.dummyjson.com/data/products/27/3.jpg",
"https://i.dummyjson.com/data/products/27/4.jpg",
"https://i.dummyjson.com/data/products/27/thumbnail.webp"
]
},
{
"id": 28,
"title": "3D Embellishment Art Lamp",
"description": "3D led lamp sticker Wall sticker 3d wall art light on/off button cell operated (included)",
"price": 20,
"discountPercentage": 16.49,
"rating": 4.82,
"stock": 54,
"brand": "LED Lights",
"category": "home-decoration",
"thumbnail": "https://i.dummyjson.com/data/products/28/thumbnail.jpg",
"images": [
"https://i.dummyjson.com/data/products/28/1.jpg",
"https://i.dummyjson.com/data/products/28/2.jpg",
"https://i.dummyjson.com/data/products/28/3.png",
"https://i.dummyjson.com/data/products/28/4.jpg",
"https://i.dummyjson.com/data/products/28/thumbnail.jpg"
]
},
{
"id": 29,
"title": "Handcraft Chinese style",
"description": "Handcraft Chinese style art luxury palace hotel villa mansion home decor ceramic vase with brass fruit plate",
"price": 60,
"discountPercentage": 15.34,
"rating": 4.44,
"stock": 7,
"brand": "luxury palace",
"category": "home-decoration",
"thumbnail": "https://i.dummyjson.com/data/products/29/thumbnail.webp",
"images": [
"https://i.dummyjson.com/data/products/29/1.jpg",
"https://i.dummyjson.com/data/products/29/2.jpg",
"https://i.dummyjson.com/data/products/29/3.webp",
"https://i.dummyjson.com/data/products/29/4.webp",
"https://i.dummyjson.com/data/products/29/thumbnail.webp"
]
},
{
"id": 30,
"title": "Key Holder",
"description": "Attractive DesignMetallic materialFour key hooksReliable & DurablePremium Quality",
"price": 30,
"discountPercentage": 2.92,
"rating": 4.92,
"stock": 54,
"brand": "Golden",
"category": "home-decoration",
"thumbnail": "https://i.dummyjson.com/data/products/30/thumbnail.jpg",
"images": [
"https://i.dummyjson.com/data/products/30/1.jpg",
"https://i.dummyjson.com/data/products/30/2.jpg",
"https://i.dummyjson.com/data/products/30/3.jpg",
"https://i.dummyjson.com/data/products/30/thumbnail.jpg"
]
}
]
}