19 lines
343 B
JSON
19 lines
343 B
JSON
{
|
|
"teamName": "TheCoderMix",
|
|
"members": [
|
|
{
|
|
"name": "Roberto Cabrera",
|
|
"twitter": "papiro89",
|
|
"koding": "rob-cabrera",
|
|
"location": "New York, US",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Jaime Cajamarca",
|
|
"twitter": "-",
|
|
"koding": "cyberjaime45",
|
|
"location": "New York, NY"
|
|
}
|
|
]
|
|
}
|