-
Notifications
You must be signed in to change notification settings - Fork 428
/
products_multiline.json
142 lines (142 loc) · 2.39 KB
/
products_multiline.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
[
{
"id": 1,
"name": "iPhone 12",
"category": "Electronics",
"quantity": 10,
"price": 899.99
},
{
"id": 2,
"name": "Nike Air Max 90",
"category": "Clothing",
"quantity": 25,
"price": 119.99
},
{
"id": 3,
"name": "KitchenAid Stand Mixer",
"category": "Home Appliances",
"quantity": 5,
"price": 299.99
},
{
"id": 4,
"name": "The Great Gatsby",
"category": "Books",
"quantity": 50,
"price": 12.99
},
{
"id": 5,
"name": "L'Oreal Paris Mascara",
"category": "Beauty",
"quantity": 100,
"price": 9.99
},
{
"id": 6,
"name": "Yoga Mat",
"category": "Sports",
"quantity": 30,
"price": 29.99
},
{
"id": 7,
"name": "Samsung 4K Smart TV",
"category": "Electronics",
"quantity": 8,
"price": 799.99
},
{
"id": 8,
"name": "Levi's Jeans",
"category": "Clothing",
"quantity": 15,
"price": 49.99
},
{
"id": 9,
"name": "Dyson Vacuum Cleaner",
"category": "Home Appliances",
"quantity": 3,
"price": 399.99
},
{
"id": 10,
"name": "Harry Potter Series",
"category": "Books",
"quantity": 20,
"price": 15.99
},
{
"id": 11,
"name": "MAC Lipstick",
"category": "Beauty",
"quantity": 75,
"price": 16.99
},
{
"id": 12,
"name": "Adidas Running Shoes",
"category": "Sports",
"quantity": 22,
"price": 59.99
},
{
"id": 13,
"name": "PlayStation 5",
"category": "Electronics",
"quantity": 12,
"price": 499.99
},
{
"id": 14,
"name": "Hooded Sweatshirt",
"category": "Clothing",
"quantity": 10,
"price": 34.99
},
{
"id": 15,
"name": "Coffee Maker",
"category": "Home Appliances",
"quantity": 7,
"price": 89.99
},
{
"id": 16,
"name": "To Kill a Mockingbird",
"category": "Books",
"quantity": 15,
"price": 9.99
},
{
"id": 17,
"name": "Skincare Set",
"category": "Beauty",
"quantity": 50,
"price": 49.99
},
{
"id": 18,
"name": "Yoga Ball",
"category": "Sports",
"quantity": 18,
"price": 19.99
},
{
"id": 19,
"name": "Sony Noise-Canceling Headphones",
"category": "Electronics",
"quantity": 6,
"price": 299.99
},
{
"id": 20,
"name": "Puma T-shirt",
"category": "Clothing",
"quantity": 40,
"price": 19.99
}
]