-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
34 lines (34 loc) · 845 Bytes
/
users.json
File metadata and controls
34 lines (34 loc) · 845 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
{
"users": [
{
"id": 0,
"userName": "SongOanh93",
"password": "1Bv7l6hRvRclGeJ",
"name": "Liên Phương Vũ",
"phoneNumber": "021 3150 1459",
"address": "Quincy",
"createdAt": 1620490201603,
"updatedAt": 1620490201603
},
{
"id": 1,
"userName": "PhươngQuân.Hoàng",
"password": "L4CYNxPbf9Pm7eB",
"name": "Cao Nghiệp Mai",
"phoneNumber": "022 6563 6846",
"address": "Cleveland Heights",
"createdAt": 1620490201603,
"updatedAt": 1620490201603
},
{
"id": 2,
"userName": "QuangTài.Dương",
"password": "xr9d4DdIHvUFog1",
"name": "Hạc Cúc Phùng Sr.",
"phoneNumber": "028 5510 8630",
"address": "Madison",
"createdAt": 1620490201603,
"updatedAt": 1620490201603
}
]
}