26 lines
502 B
JSON
26 lines
502 B
JSON
{
|
|
"teamName": "Bits-Please",
|
|
"members": [
|
|
{
|
|
"name": "Sanjana Kambalapally",
|
|
"twitter": "_s_r_kamb_b_s_",
|
|
"koding": "srkambbs",
|
|
"location": "Toronto, CA",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Rayun Mehrab",
|
|
"twitter" : "MRMehrab",
|
|
"koding" : "mehrabrym",
|
|
"location" : "Toronto, CA"
|
|
},
|
|
{
|
|
"name": "Richa Rajgolikar",
|
|
"twitter" : "danielleA7X",
|
|
"koding" : "rricha19",
|
|
"location" : "Toronto, CA"
|
|
}
|
|
|
|
]
|
|
}
|