View sourcecode

The following files exists in this folder. Click to view.

users.json

14 lines ASCII Unix (LF)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "users": [
        {
            "usn": "Philip",
            "pwd": "Philip123",
            "status": "admin"
        },
        {
            "usn": "Kalle",
            "pwd": "Kalle321",
            "status": "user"
        }
    ]
}