18 lines
305 B
JSON
18 lines
305 B
JSON
{
|
|
"teamName": "Lemonsweat",
|
|
"members": [
|
|
{
|
|
"name": "Adrian Lee",
|
|
"twitter": "@junirok",
|
|
"koding": "irok",
|
|
"location": "Seattle, US"
|
|
},
|
|
{
|
|
"name": "Jeremy Chua",
|
|
"twitter": "",
|
|
"koding": "jerechua",
|
|
"location": "Mountain View, US"
|
|
}
|
|
]
|
|
}
|