19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"teamName": "MasterMinds",
|
|
"members": [
|
|
{
|
|
"name": "Eric Kim",
|
|
"twitter": "bosung90",
|
|
"koding": "bosung90",
|
|
"location": "Vancouver, CA",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Gerry Cao",
|
|
"twitter": "",
|
|
"koding": "gerrycao",
|
|
"location": "Calgary, CA"
|
|
}
|
|
]
|
|
}
|