Created
December 1, 2011 02:16
-
-
Save smanek/1412852 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "courseNumber" : 101, | |
"department" : "COMPUTER_SCIENCE", | |
"vanityName" : "Intro to Typing" | |
}, | |
{ "courseNumber" : 201, | |
"department" : "ENGLISH", | |
"vanityName" : "Postmodern Deconstructionism" | |
}, | |
{ "courseNumber" : 51, | |
"department" : "MATH", | |
"vanityName" : "Remedial Galois Field Arithmetic" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment