25 lines
471 B
JSON
25 lines
471 B
JSON
{
|
|
"teamName": "Recon",
|
|
"members": [
|
|
{
|
|
"name": "Rahul jain",
|
|
"twitter": "rahuljain_itbhu",
|
|
"koding": "rjhector",
|
|
"location": "Delhi, IN"
|
|
},
|
|
{
|
|
"name": "Amit pal",
|
|
"twitter": "amix_pal",
|
|
"koding": "coderwall",
|
|
"location": "Delhi, IN",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Sourabh Chandak",
|
|
"twitter": "sourabh0612",
|
|
"koding": "sourabh0612",
|
|
"location": "Hyderabad, IN"
|
|
}
|
|
]
|
|
}
|