18 lines
320 B
JSON
18 lines
320 B
JSON
{
|
|
"teamName": "Team Koders",
|
|
"members": [
|
|
{
|
|
"name": "Camilo Gonzalez",
|
|
"twitter": "camilo_g86",
|
|
"koding": "camilo86",
|
|
"location": "Boston, US"
|
|
},
|
|
{
|
|
"name": "Jorge Garcia",
|
|
"twitter": "jorge_AGZ",
|
|
"koding": "jorge0510",
|
|
"location": "Boston, US"
|
|
}
|
|
]
|
|
}
|