-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
44 lines (44 loc) · 863 Bytes
/
users.json
File metadata and controls
44 lines (44 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"firstName": "Jane",
"lastName": "Doe",
"hobbies": [
"running",
"sky diving",
"singing"
],
"age": 35,
"Users": [
{
"Username": "Alex3",
"Password": "1234"
},
{
"Username": "Kirl",
"Password": "5436"
},
{
"Username": "Pavel",
"Password": "Sobyanin"
},
{
"Username": "Vova",
"Password": "sto"
},
{
"Username": "Alex24",
"Password": "1234"
},
{
"Username": "\u044b\u0444\u0432",
"Password": "asd"
},
{
"Username": "Alexsey",
"Password": "Safin"
},
{
"Username": "asd",
"Password": "asd"
}
]
}