Skip to content

Instantly share code, notes, and snippets.

@marcromeyn
Created June 15, 2015 08:46
Show Gist options
  • Save marcromeyn/64425eeced3326e91936 to your computer and use it in GitHub Desktop.
Save marcromeyn/64425eeced3326e91936 to your computer and use it in GitHub Desktop.
IoS
{
"courseId":10,
"settings":{
"diverse":true
},
"students":[
{
"id":1,
"name":"Bram",
"mandatory": true,
"groupPreferences":[
2,
4,
1,
3
],
"friends":[
3,
9
],
"skills": {
"Sassy Bitch": 5,
"Programming": 2
},
"weights":{
"friends":4,
"preferences":2
}
}
],
"groups":[
{
"id":1,
"minsize":3,
"maxsize":7,
"skills": ["Programming"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment