-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
130 lines (130 loc) · 2.59 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"employees": [
{
"_id": "6054e71d6d283b3f72578f99",
"id": 1,
"isActive": true,
"age": 36,
"name": {
"first": "Robbins",
"last": "Reynolds"
},
"fullName": "Robbins Reynolds",
"company": "COMVOY",
"email": "[email protected]",
"phone": 586444730
},
{
"_id": "6054e71d39f6f3542af3fda7",
"id": 2,
"isActive": true,
"age": 21,
"name": {
"first": "Julianne",
"last": "Baxter"
},
"fullName": "Julianne Baxter",
"company": "ARTWORLDS",
"email": "[email protected]",
"phone": 581748020
},
{
"_id": "6054e71dbc492dcb7ec673d6",
"id": 3,
"isActive": false,
"age": 24,
"name": {
"first": "April",
"last": "Crane"
},
"fullName": "April Crane",
"company": "RECOGNIA",
"email": "[email protected]",
"phone": 587844329
},
{
"_id": "6054e71dcdd09d7bae0b24af",
"id": 4,
"isActive": true,
"age": 20,
"name": {
"first": "Evangeline",
"last": "Orr"
},
"fullName": "Evangeline Orr",
"company": "ISOLOGIA",
"email": "[email protected]",
"phone": 587149723
},
{
"_id": "6054e71d68cd768cffd70649",
"id": 5,
"isActive": false,
"age": 26,
"name": {
"first": "Adrian",
"last": "Park"
},
"fullName": "Adrian Park",
"company": "QUANTALIA",
"email": "[email protected]",
"phone": 592351136
},
{
"_id": "6054e71d0db44f5d301e73db",
"id": 6,
"isActive": true,
"age": 31,
"name": {
"first": "Ebony",
"last": "Aguirre"
},
"fullName": "Ebony Aguirre",
"company": "QUONATA",
"email": "[email protected]",
"phone": 581354737
},
{
"_id": "6054e71dcf6b3f4e12f2caa9",
"id": 7,
"isActive": false,
"age": 36,
"name": {
"first": "Boyd",
"last": "Mcgee"
},
"fullName": "Boyd Mcgee",
"company": "GEEKULAR",
"email": "[email protected]",
"phone": 586653530
},
{
"_id": "6054e71d18ea2c3e49dfe373",
"id": 8,
"isActive": true,
"age": 23,
"name": {
"first": "Emily",
"last": "Moses"
},
"fullName": "Emily Moses",
"company": "ROTODYNE",
"email": "[email protected]",
"phone": 598448136
},
{
"_id": "6054e71d58d6ae906c82bdd3",
"id": 9,
"isActive": true,
"age": 32,
"name": {
"first": "Buckner",
"last": "Harmon"
},
"fullName": "Buckner Harmon",
"company": "OCTOCORE",
"email": "[email protected]",
"phone": 583440727
}
]
}