-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
executable file
·63 lines (63 loc) · 1.01 KB
/
data.json
File metadata and controls
executable file
·63 lines (63 loc) · 1.01 KB
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
[
{
"name": "Conakry",
"studentNumber": 99,
"email": "[email protected]",
"courseList": [
"MongoDB",
"Math",
"Spring boot"
],
"gpa": 3.58
},
{
"name": "Beyla",
"studentNumber": 28,
"email": "[email protected]",
"courseList": [
"English",
"Science","Tensorflow"
],
"gpa": 4.48
},
{
"name": "Dubreka",
"studentNumber": 45,
"email": "[email protected]",
"courseList": [
"Art",
"Science","Docker"
],
"gpa": 3.28
},
{
"name": "Macenta",
"studentNumber": 5,
"email": "[email protected]",
"courseList": [
"Spring",
"Big DATA","Docker"
],
"gpa": 1.28
},
{
"name": "Boké",
"studentNumber": 4,
"email": "[email protected]",
"courseList": [
"Aws",
"PHP","Docker"
],
"gpa": 3.28
},
{
"name": "Coyah",
"studentNumber": 15,
"email": "[email protected]",
"courseList": [
"C++",
"React Native","Docker"
],
"gpa": 2.28
}
]