-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
51 lines (51 loc) · 1017 Bytes
/
db.json
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
45
46
47
48
49
50
51
{
"users": [
{
"id": "1",
"password": "password",
"uid": "43uxxxid",
"username": "myUserName",
"firstname": "a;lsdfkj",
"lastname": "das;lkfj",
"lastName": "lastname",
"email": "[email protected]",
"phone": 5550005555,
"contactType": "email",
"userGroup": "5",
"dateOfBirth": "2020/09/03",
"isActive": true,
"photoPath": "assets/images/a.png"
},
{
"id": "DFPd2Vj",
"name": "t",
"username": null,
"firstName": null,
"lastName": null,
"email": "[email protected]",
"phone": null,
"contactType": null,
"userGroup": "select",
"dateOfBirth": null,
"isActive": null,
"photoPath": "assets/images/m.png"
}
],
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}