-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemployeesjson.json
More file actions
37 lines (36 loc) · 793 Bytes
/
employeesjson.json
File metadata and controls
37 lines (36 loc) · 793 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
35
36
{
"employees": [
{
"firstName": "Henri",
"lastName": "Smith",
"startingDate": "1993/10/23 9:00",
"title": "vice president",
"department": "accounting",
"ptoAccrual": 5
},
{
"firstName": "Samantha",
"lastName": "Jones",
"startingDate": "2012/07/06 9:00",
"title": "director",
"department": "marketing",
"ptoAccrual": 5
},
{
"firstName": "Rob",
"lastName": "Graham",
"startingDate": "2014/03/02 9:00",
"title": "director",
"department": "engineering",
"ptoAccrual": 5
},
{
"firstName": "Liz",
"lastName": "Bach",
"startingDate": "2009/06/02 9:00",
"title": "director",
"department": "sales",
"ptoAccrual": 5
}
]
}