22 lines
384 B
JSON
22 lines
384 B
JSON
[
|
|
{
|
|
"first_name": "Jan",
|
|
"last_name": "Černohorský",
|
|
"abbrev": "GS",
|
|
"gender": "M",
|
|
"contacts_public": {
|
|
"homepage": "https://grsc.cz"
|
|
}
|
|
},
|
|
{
|
|
"first_name": "Ondřej",
|
|
"last_name": "Machota",
|
|
"domestic_name": "Ondra",
|
|
"abbrev": "OM",
|
|
"gender": "M",
|
|
"contacts_public": {
|
|
"email": "ondrejmachota@gmail.com",
|
|
"discord": "ondrejmachota#0196"
|
|
}
|
|
}
|
|
]
|