30 lines
613 B
JSON
30 lines
613 B
JSON
{
|
|
"teamName": "hashtag",
|
|
"members": [
|
|
{
|
|
"name": "Yakov Khalinsky",
|
|
"twitter": "russianator",
|
|
"koding": "russianator",
|
|
"location": "Melbourne, AU",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Marcelo Garcia Oliveira",
|
|
"koding": "marcelogo",
|
|
"location": "Melbourne, AU"
|
|
},
|
|
{
|
|
"name": "Arpit Srivastava",
|
|
"twitter": "arpit2438735",
|
|
"koding": "arpit2438735",
|
|
"location": "Bangalore, IN"
|
|
},
|
|
{
|
|
"name": "Mohit Suman",
|
|
"twitter": "mohit_langoor",
|
|
"koding": "mohitjee15",
|
|
"location": "Bangalore, IN"
|
|
}
|
|
]
|
|
}
|