-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproducts.json
More file actions
43 lines (43 loc) · 764 Bytes
/
products.json
File metadata and controls
43 lines (43 loc) · 764 Bytes
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
{
"Core Lab" : [
{
"Name" : "App Lab",
"price" : 200000,
"duration": "4 months"
},
{
"Name" : "Workforce Lab",
"price" : 400000,
"duration": "4 months"
}
],
"S.T.E.M" : [
{
"Name" : "Robotics",
"price" : 35000,
"duration": "1 Week"
},
{
"Name" : "Creative Computing",
"price" : 35000,
"duration": "1 Week"
},
{
"Name" : "Science Lab (Python)",
"price" : 50000,
"duration": "2 Weeks"
}
],
"Corporate training" : [
{
"Name" : "Social media & marketing",
"price" : 50000,
"duration": "1 Week"
},
{
"Name" : "Business inteligent",
"price" : 50000,
"duration": "1 Week"
}
]
}