Created
June 15, 2015 08:46
-
-
Save marcromeyn/64425eeced3326e91936 to your computer and use it in GitHub Desktop.
IoS
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
| { | |
| "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