-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
46 lines (46 loc) · 824 Bytes
/
data.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
{
"products": [
{
"id": 1,
"title": "iPhone 9",
"price": 549,
"brand": "Apple",
"category": "smartphones"
},
{
"id": 2,
"title": "iPhone X",
"price": 899,
"brand": "Apple",
"category": "smartphones"
},
{
"id": 3,
"title": "Samsung Universe 9",
"price": 1249,
"brand": "Samsung",
"category": "smartphones"
},
{
"id": 4,
"title": "OPPOF19",
"price": 280,
"brand": "OPPO",
"category": "smartphones"
},
{
"id": 5,
"title": "Huawei P30",
"price": 499,
"brand": "Huawei",
"category": "smartphones"
},
{
"id": 6,
"title": "Android",
"price": 610,
"brand": "Unknown",
"category": "smartphones"
}
]
}