37 lines
744 B
JSON
37 lines
744 B
JSON
{
|
|
"teamName": "Random Hackers",
|
|
"members": [
|
|
{
|
|
"name": "Dylson Valente Neto",
|
|
"twitter": "n370n370",
|
|
"koding": "n370",
|
|
"location": "Santa Fe, AR",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Ildus Sadykov",
|
|
"twitter": "SadykovIldus",
|
|
"koding": "IldusSadykov",
|
|
"location": "Elabuga, RU"
|
|
},
|
|
{
|
|
"name": "Jen Best",
|
|
"twitter": "jenbestyoga",
|
|
"koding": "jenthebest",
|
|
"location": "Philadelphia, US"
|
|
},
|
|
{
|
|
"name": "Robert P White",
|
|
"twitter": "rob_pw",
|
|
"koding": "rob-pw",
|
|
"location": "Nottinghamshire, GB"
|
|
},
|
|
{
|
|
"name": "Ben",
|
|
"twitter": "7Eleben",
|
|
"koding": "igop",
|
|
"location": "Manila, PH"
|
|
}
|
|
]
|
|
}
|