27 lines
521 B
JSON
27 lines
521 B
JSON
{
|
|
"teamName": "Team Koders",
|
|
"members": [
|
|
{
|
|
"name": "Alan Norton",
|
|
"twitter": "nonrational",
|
|
"koding": "nonrational",
|
|
"location": "New York, NY, USA",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "John Mileham",
|
|
"location": "New York, NY, USA",
|
|
},
|
|
{
|
|
"name": "Sam Moore",
|
|
"twitter": "samandmoore",
|
|
"koding": "samandmoore",
|
|
"location": "New York, NY, USA",
|
|
},
|
|
{
|
|
"name": "Sarah Whinnem",
|
|
"location": "New York, NY, USA",
|
|
}
|
|
]
|
|
}
|