17 lines
273 B
JSON
17 lines
273 B
JSON
{
|
|
"teamName": "cool_kid_alert",
|
|
"members": [
|
|
{
|
|
"name":"Alan Dai",
|
|
"koding":"cakesofwrath",
|
|
"location":"Albany, US",
|
|
"lead":true
|
|
},
|
|
{
|
|
"name":"Kevin Wang",
|
|
"koding":"kittykatty",
|
|
"location":"Longmont, US"
|
|
}
|
|
]
|
|
}
|