25 lines
318 B
JSON
25 lines
318 B
JSON
![]() |
[
|
||
|
{
|
||
|
"username": "inanc",
|
||
|
"devices": [
|
||
|
{ "name": "laptop", "battery": 10 },
|
||
|
{ "name": "phone", "battery": 30 }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"username": "god",
|
||
|
"perms": {
|
||
|
"admin": true
|
||
|
},
|
||
|
"devices": [
|
||
|
{ "name": "omniverse", "battery": 95 }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"username": "devil",
|
||
|
"perms": {
|
||
|
"write": true
|
||
|
}
|
||
|
}
|
||
|
]
|