17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"teamName": "Elusive Bits",
|
|
"members": [
|
|
{
|
|
"name": "Tim Sidie",
|
|
"koding": "tims",
|
|
"location": "Washington D.C., US",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Pat Quinn",
|
|
"koding": "elusivebits",
|
|
"location": "Philadelphia, US"
|
|
}
|
|
]
|
|
}
|