SimpleSam's picture
Create data/course_data.json
a357f5a verified
Raw
History Blame Contribute Delete
1.13 kB
[
{
"course": "BBIT",
"department": "College of Human Resource and Development",
"units": [
{
"first_year": [
{
"BBT2540": "Test Unit",
"BBT1234": "Test Unit 2"
}
],
"second_year": [
{
"HBC5684": "Second Year Test Unit",
"ICS5652": "Second Year Test Unit 2"
}
]
}
]
},
{
"course": "Computer Science",
"department": "College of Computing",
"units": [
{
"first_year": [
{
"IT2540": "Test Unit",
"ICS123": "Test Unit 2"
}
],
"second year": [
{
"HBC454": "Test Unit 2",
"ITC254": "Test Unit 5"
}
]
}
]
}
]