20 lines
198 B
JSON
20 lines
198 B
JSON
{
|
|
"Richard Reis": {
|
|
"pwd": "secret",
|
|
"rights": [
|
|
null,
|
|
true,
|
|
true,
|
|
true
|
|
]
|
|
},
|
|
"Ursula Ulstein": {
|
|
"pwd": "ultimativ",
|
|
"rights": [
|
|
null,
|
|
true,
|
|
true,
|
|
false
|
|
]
|
|
}
|
|
} |