14 lines
243 B
JSON
14 lines
243 B
JSON
{
|
|
"teamName": "KWAX",
|
|
"members": [{
|
|
"name": "Maxim Bogdanov",
|
|
"koding": "djarlaks",
|
|
"location": "Moscow, RU",
|
|
"lead": true
|
|
}, {
|
|
"name": "Nataly Limicolae",
|
|
"koding": "rigivar",
|
|
"location": "Moscow, RU"
|
|
}]
|
|
}
|