25 lines
424 B
JSON
25 lines
424 B
JSON
{
|
|
"teamName": "IQHacker",
|
|
"members": [
|
|
{
|
|
"name": "Iftekhar",
|
|
"twitter": "",
|
|
"koding": "hackiftekhar",
|
|
"location": "Indore, IN",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Mayur",
|
|
"twitter": "",
|
|
"koding": "mayur43s",
|
|
"location": "Indore, IN"
|
|
},
|
|
{
|
|
"name": "Shrejas",
|
|
"twitter": "",
|
|
"koding": "Shrejas",
|
|
"location": "Indore, IN"
|
|
}
|
|
]
|
|
}
|