24 lines
363 B
JSON
24 lines
363 B
JSON
|
|
{
|
|
"teamName":"StackTrace",
|
|
"members":[
|
|
{
|
|
"name": "Rohit Jain",
|
|
"koding": "ro-29",
|
|
"location": "Delhi,IN",
|
|
"lead":true
|
|
},
|
|
{
|
|
"name":"Priyank Jain",
|
|
"koding":"priyank",
|
|
"location": "Delhi,IN"
|
|
},
|
|
{
|
|
"name":"Rishabh varshney",
|
|
"koding": "rishabh",
|
|
"location": "Delhi,IN"
|
|
|
|
}
|
|
]
|
|
}
|