24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"teamName": "Unboxed Schrodingers",
|
|
"members": [
|
|
{
|
|
"name": "Wilhelm Kirschbaum",
|
|
"twitter": "wkirschbaum",
|
|
"koding": "wkirschbaum",
|
|
"location": "Cape Town, ZA",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Andrew White",
|
|
"twitter": "pixeltrix",
|
|
"koding": "pixeltrix",
|
|
"location": "London, UK"
|
|
},
|
|
{
|
|
"name": "Pawel Janiak",
|
|
"twitter": "cynicalgrinch",
|
|
"koding": "pawel2105",
|
|
"location": "Johannesburg, ZA"
|
|
}
|
|
]
|
|
} |