29 lines
538 B
JSON
29 lines
538 B
JSON
|
|
{
|
|
"teamName": "Ten80 Developers",
|
|
"members": [
|
|
{
|
|
"name": "Maneesh Tewani",
|
|
"twitter": "maneesht18",
|
|
"koding": "maneesht",
|
|
"location": "St. Louis, US",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Brandon Brown",
|
|
"koding": "brandonb333",
|
|
"location": "St. Louis, US"
|
|
},
|
|
{
|
|
"name": "Andrew Pizzulo",
|
|
"koding": "pizzyp",
|
|
"location": "St. Louis, US"
|
|
},
|
|
{
|
|
"name": "Cody Mcilvaine",
|
|
"koding": "codeman180",
|
|
"location": "St. Louis, US"
|
|
}
|
|
]
|
|
}
|