Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1. {
  2.   "years": [
  3.     {
  4.       "semesters": [
  5.         {
  6.           "courses": [
  7.             {
  8.               "course_name": null,
  9.               "course_id": "COMP-1400",
  10.               "description": null
  11.             },
  12.             {
  13.               "course_name": null,
  14.               "course_id": "COMP-1410",
  15.               "description": null
  16.             }
  17.           ],
  18.           "semesterType": "Fall"
  19.         }
  20.       ],
  21.       "yearNumber": 1
  22.     }
  23.   ],
  24.   "program": "BCSBED"
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement