26 lines
456 B
JSON
26 lines
456 B
JSON
{
|
|
"teamName": "Kuali",
|
|
"members": [
|
|
{
|
|
"name": "Rodrigo Reyes",
|
|
"twitter": "scrooge_mc_pato",
|
|
"koding": "kouryuu",
|
|
"location": "Mexico City, MX",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Shawon",
|
|
"twitter": "",
|
|
"koding": "itsmeshawon",
|
|
"location": "Dhaka, BD"
|
|
},
|
|
{
|
|
"name": "Andrew Breksa",
|
|
"twitter": "",
|
|
"koding": "abreksa4",
|
|
"location": "California, US"
|
|
|
|
}
|
|
]
|
|
}
|