25 lines
455 B
JSON
25 lines
455 B
JSON
{
|
|
"teamName": "Asiph",
|
|
"members": [
|
|
{
|
|
"name": "Matt McGee",
|
|
"twitter": "awm4j",
|
|
"koding": "awm4j",
|
|
"location": "York, US",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Christian Dehli",
|
|
"twitter": "cpdehli",
|
|
"koding": "sippy",
|
|
"location": "Pittsburgh, US"
|
|
},
|
|
{
|
|
"name": "Nate Hagan",
|
|
"twitter": "terminatur1",
|
|
"koding": "terminatur",
|
|
"location": "Seattle, US"
|
|
}
|
|
]
|
|
}
|