File size: 1,129 Bytes
a357f5a | 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 | [
{
"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"
}
]
}
]
}
] |