19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"teamName": "Team Flex",
|
|
"members": [
|
|
{
|
|
"name": "Joshua Wood",
|
|
"twitter": "SK83RJOSH",
|
|
"koding": "SK83RJOSH",
|
|
"location": "Gettysburg, US",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Brandon Teller",
|
|
"twitter": "brandonteller",
|
|
"koding": "brteller",
|
|
"location": "York, US"
|
|
}
|
|
]
|
|
}
|