37 lines
546 B
JSON
37 lines
546 B
JSON
{
|
|
"teamName": "Team Carina",
|
|
"members": [
|
|
{
|
|
"name": "Ajad Patel",
|
|
"twitter": "Ajad",
|
|
"koding": "ajad",
|
|
"location": "Indore,IN"
|
|
},
|
|
{
|
|
"name": "Nirmal",
|
|
"twitter": "nirmal",
|
|
"koding": "nirmal",
|
|
"location": "Indore, IN"
|
|
},
|
|
{
|
|
"name": "Mayank Pande",
|
|
"twitter": "Carina Technologies",
|
|
"koding": "Mayank",
|
|
"location": "Indore, IN",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Pragati singh suman",
|
|
"twitter": "Pragati",
|
|
"koding": "Pragati",
|
|
"location": "Indore, IN"
|
|
},
|
|
{
|
|
"name": "Shweta shrimali",
|
|
"twitter": "Shweta",
|
|
"koding": "Shweta",
|
|
"location": "Indore, IN"
|
|
}
|
|
]
|
|
}
|