Last active
July 13, 2017 20:30
-
-
Save BKeanu1989/8647894631a13f9c10a6d4ad4698d9e7 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
{ | |
"title" : "code-university", | |
"name" : "Code University", | |
"logo" : "code_university.png", | |
"link" : "https://code.berlin", | |
"infos" : "<p>test</p>", | |
"trusteeship" : "privat", | |
"study_programs" : { | |
"Informatik" : [ | |
{ | |
"Degree" : "Bachelor of Arts" | |
}, | |
{ | |
"Study_program_names" : [ | |
"Software Engineering", | |
"Interaction Design" | |
] | |
} | |
], | |
"Allgemeine Betriebswirtschaft" : [ | |
{ | |
"Degree" : "Bachelor of Arts" | |
}, | |
{ | |
"Study_program_names" : [ | |
"Product Management" | |
] | |
} | |
] | |
}, | |
"study_programs_backup" : { | |
"Informatik" : [ | |
"Software Engineering", | |
"Interaction Design" | |
], | |
"Allgemeine Betriebswirtschaft" : [ | |
"Product Management" | |
] | |
}, | |
"premium" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment