Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{"gpa" :
{"schoolId":"0123456", 
    "creditHoursForGPA" : 15.00,
    "creditHoursEarned" : 15.00,
    "creditHoursAttempted" : 15.00,
    "totalQualityPoints" : 45.00,
	"cumGPA" : 3.25,
    "gradePointAverage" : 3.00}
 "programs" :
   [{"degreeCode" : "BS",
     "degreeName" : "Bachelor of Science",
     "programCode" : "MAJ-BUS2346",
     "programName" : "Mathematics"},
    ...
   ]
}

...