-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiteams.json
65 lines (65 loc) · 1.21 KB
/
iteams.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
[
{
"id": "1",
"name": "phones",
"quantity": 12,
"price": 40000,
"category": "electronic"
},
{
"id": "2",
"name": "bat",
"quantity": 5,
"price": 1500,
"category": "wood"
},
{
"id": "3",
"name": "chair",
"quantity": 2,
"price": 200,
"category": "wood"
},
{
"id": "4",
"name": "laptop",
"quantity": 12,
"price": 70000,
"category": "electronic"
},
{
"id": "5",
"name": "smart_watch",
"quantity": 15,
"price": 3000,
"category": "electronic"
},
{
"id": "6",
"name": "register",
"quantity": 33,
"price": 600,
"category": "paper"
},
{
"id": "7",
"name": "fans",
"quantity": 20,
"price": 7000,
"category": "electronic and steel"
},
{
"id": "8",
"name": "toys",
"quantity": 25,
"price": 300,
"category": "plastic"
},
{
"id": "12",
"name": "smartcell phone",
"quantity": 4,
"price": 60000,
"category": "electronic"
}
]