18 lines
158 B
JSON
18 lines
158 B
JSON
[
|
|
{
|
|
"username": "inanc"
|
|
},
|
|
{
|
|
"username": "god",
|
|
"perms": {
|
|
"admin": true
|
|
}
|
|
},
|
|
{
|
|
"username": "devil",
|
|
"perms": {
|
|
"write": true
|
|
}
|
|
}
|
|
]
|