-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
63 lines (63 loc) · 1.19 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
{
"posts": [
{
"id": 2,
"firstName": "Alex",
"lastName": "Carry",
"email": "[email protected]",
"mobile": "8854436",
"salary": "231231"
},
{
"id": 4,
"firstName": "John",
"lastName": "Cena",
"email": "[email protected]",
"mobile": "7891542122",
"salary": "123456"
},
{
"id": 5,
"firstName": "Rahul",
"lastName": "Roy",
"email": "[email protected]",
"mobile": "9876546645",
"salary": "777777"
},
{
"id": 6,
"firstName": "Saurabh",
"lastName": "Jadeja",
"email": "[email protected]",
"mobile": "8854436d",
"salary": "231231"
}
],
"comments": [],
"signupUsers": [
{
"fulllName": "",
"email": "[email protected]",
"password": "123456",
"mobile": 9876543210,
"id": 1
},
{
"fulllName": "",
"email": "[email protected]",
"password": "123456",
"mobile": 8888888888,
"id": 2
},
{
"fulllName": "Alex Carry2",
"email": "[email protected]",
"password": "123456",
"mobile": 345555,
"id": 3
}
],
"profile": {
"name": "typicode"
}
}