-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
81 lines (81 loc) · 1.76 KB
/
db.json
File metadata and controls
81 lines (81 loc) · 1.76 KB
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
{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
},
"employees": [
{
"firstName": "Lisa",
"lastName": "Gorewit-Decker",
"email": "lgorewit@gmail.com",
"dob": "1989-08-28T07:00:00.000Z",
"gender": "female",
"education": "Intermediate",
"company": "LBNL",
"experience": 15,
"compensation": 120000,
"id": 2
},
{
"firstName": "Joseph",
"lastName": "Decker",
"email": "jdecker1@gmail.com",
"dob": "1970-11-05T08:00:00.000Z",
"gender": "male",
"education": "Graduate",
"company": "CVS",
"experience": 35,
"compensation": 22225000,
"id": 3
},
{
"firstName": "Sumon",
"lastName": "Ibrahimi",
"email": "sibrahimi@gmail.com",
"dob": "1993-06-10T07:00:00.000Z",
"gender": "male",
"education": "Diploma",
"company": "LifeHouse",
"experience": 8,
"compensation": 45000,
"id": 4
},
{
"firstName": "Manuel",
"lastName": "Micu III",
"email": "manuelmic@gmail.com",
"dob": "1993-12-06T08:00:00.000Z",
"gender": "male",
"education": "Matric",
"company": "Manuel Micu's Cleaning & Hauling",
"experience": 12,
"compensation": 750000,
"id": 5
},
{
"firstName": "Joseph",
"lastName": "Decker",
"email": "lgorewit@gmail.com",
"dob": "1960-11-05T08:00:00.000Z",
"gender": "male",
"education": "Graduate",
"company": "CVS Healthcare",
"experience": 40,
"compensation": 150000,
"id": 6
}
]
}