-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathitems.json
110 lines (110 loc) · 2.02 KB
/
items.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
{
"fashion": [
{
"id": 1,
"name": "shoe",
"price": 1000,
"imgName": "shoe.png"
},
{
"id": 2,
"name": "pant",
"price": 1500,
"imgName": "pant"
},
{
"id": 3,
"name": "specs",
"price": 1500,
"imgName": "specs.png"
},
{
"id": 4,
"name": "belt",
"price": 500,
"imgName": "belt.png"
},
{
"id": 5,
"name": "socks",
"price": 200,
"imgName": "socks.png"
}
],
"electronics": [
{
"id": 8,
"name": "laptop",
"price": 40000,
"imgName": "laptop.png"
},
{
"id": 9,
"name": "phone",
"price": 20000,
"imgName": "phone.png"
},
{
"id": 10,
"name": "charger",
"price": 500,
"imgName": "charger.png"
},
{
"id": 11,
"name": "speaker",
"price": 10000,
"imgName": "speaker.png"
},
{
"id": 12,
"name": "google home",
"price": 2000,
"imgName": "googlehome.png"
}
],
"stationary":[
{
"id": 13,
"name": "brown sheet",
"price": 40,
"imgName": "brownsheet.png"
},
{
"id": 14,
"name": "sticky notes",
"price": 200,
"imgName": "stickynotes.png"
},
{
"id": 15,
"name": "pencil stand",
"price": 100,
"imgName": "pencilstand.png"
},
{
"id": 16,
"name": "parker pen",
"price": 200,
"imgName": "parker.png"
},
{
"id": 17,
"name": "pencil box",
"price": 160,
"imgName": "pencils.png"
},
{
"id": 18,
"name": "notebook",
"price": 200,
"imgName": "notebook.png"
},
{
"id": 42,
"name": "pouch",
"price": 160,
"imgName": "pouch.png"
}
]
}