25 lines
439 B
JSON
25 lines
439 B
JSON
{
|
|
"teamName": "The VUB Sloths",
|
|
"members": [
|
|
{
|
|
"name": "Evgeni Ivakhnov",
|
|
"twitter": "",
|
|
"koding": "evgeni",
|
|
"location": "Brussels, BE",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Tom Maes",
|
|
"twitter": "",
|
|
"koding": "tommaes",
|
|
"location": "Lennik, BE"
|
|
},
|
|
{
|
|
"name": "Jasper Tack",
|
|
"twitter": "",
|
|
"koding": "consec",
|
|
"location": "Brussel, BE"
|
|
}
|
|
]
|
|
}
|