18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"teamName": "Lexington Techs",
|
|
"members": [
|
|
{
|
|
"name": "Isaac Rowe",
|
|
"twitter": "Isaac_rowe1",
|
|
"koding": "irowe",
|
|
"location": "Lexington, US",
|
|
"lead" : "true"
|
|
},
|
|
{
|
|
"name": "Joel Ewing",
|
|
"koding": "physicsshark",
|
|
"location": "Lexington, US"
|
|
}
|
|
]
|
|
}
|