-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
32 lines (32 loc) · 759 Bytes
/
data.json
File metadata and controls
32 lines (32 loc) · 759 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
{
"students": {
"742015954967593101": {
"courses": [
{
"name": "Eddie Tang",
"class": "Intro to ML",
"info": null
},
{
"name": "Eddie",
"class": "Intro to Python",
"info": null
}
]
},
"688572232087371955": {
"courses": [
{
"name": "Azam Ahmed",
"class": "Intro to ML",
"info": "I need tutoring"
}
]
}
},
"teachers": {
"742015954967593101": {
"hours": 10
}
}
}