22 lines
381 B
JSON
22 lines
381 B
JSON
{
|
|
"teamName": "helloworld",
|
|
"members": [
|
|
{
|
|
"name": "Rohan Pandit",
|
|
"koding": "rohanp",
|
|
"location": "Herndon, US"
|
|
},
|
|
{
|
|
"name": "Sashank Thupukari",
|
|
"koding": "sthupukari",
|
|
"location": "Herndon, US",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Rachel Li",
|
|
"koding": "mustuni1",
|
|
"location": "Herndon, US"
|
|
}
|
|
]
|
|
}
|