25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"teamName": "TheGoat ಠ_ಠ",
|
|
"members": [
|
|
{
|
|
"name": "Daniel Jones",
|
|
"twitter": "MrJones1914",
|
|
"koding": "DIJicode",
|
|
"location": "Sterling Heights, US"
|
|
},
|
|
{
|
|
"name": "Keheira Henderson",
|
|
"twitter": "the_mystery_one",
|
|
"koding": "Keheira",
|
|
"location": "Greensboro, US",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Jamone Kelly",
|
|
"twitter": "JamoneK",
|
|
"koding": "JamoneK",
|
|
"location": "Greensboro, US"
|
|
}
|
|
]
|
|
}
|