37 lines
791 B
JSON
37 lines
791 B
JSON
{
|
|
"teamName": "The Wave",
|
|
"members": [
|
|
{
|
|
"name": "Tomás Gonzalez Dowling",
|
|
"twitter": "therealComtom",
|
|
"koding": "Comtom",
|
|
"location": "Mar del Plata, Buenos Aires, AR",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Nicolás Manso",
|
|
"twitter": "",
|
|
"koding": "",
|
|
"location": "La Plata, Buenos Aires, AR"
|
|
},
|
|
{
|
|
"name": "Maxi Ward",
|
|
"twitter": "mac_ward",
|
|
"koding": "",
|
|
"location": "Mar del Plata, Buenos Aires, AR"
|
|
},
|
|
{
|
|
"name": "Pablo Brown",
|
|
"twitter": "",
|
|
"koding": "",
|
|
"location": "Mar del Plata, Buenos Aires, AR"
|
|
},
|
|
{
|
|
"name": "Juan Cruz Gonzalez Soler",
|
|
"twitter": "",
|
|
"koding": "",
|
|
"location": "Mar del Plata, Buenos Aires, AR"
|
|
}
|
|
]
|
|
}
|