-
Notifications
You must be signed in to change notification settings - Fork 0
/
empdata.js
124 lines (124 loc) · 3.13 KB
/
empdata.js
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
{
"data": [
{
"name": "Garrett Winters",
"designation": "Accountant",
"salary": "$170,750",
"joining_date": "2011/07/25",
"office": "Tokyo",
"extension": "8422"
},
{
"name": "Brielle Williamson",
"designation": "Integration Specialist",
"salary": "$372,000",
"joining_date": "2012/12/02",
"office": "New York",
"extension": "4804"
},
{
"name": "Ashton Cox",
"designation": "Junior Technical Author",
"salary": "$86,000",
"joining_date": "2009/01/12",
"office": "San Francisco",
"extension": "1562"
},
{
"name": "Airi Satou",
"designation": "Accountant",
"salary": "$162,700",
"joining_date": "2008/11/28",
"office": "Tokyo",
"extension": "5407"
},
{
"name": "Caesar Vance",
"designation": "Pre-Sales Support",
"salary": "$106,450",
"joining_date": "2011/12/12",
"office": "New York",
"extension": "8330"
},
{
"name": "Shad Decker",
"designation": "Regional Director",
"salary": "$183,000",
"joining_date": "2008/11/13",
"office": "Edinburgh",
"extension": "6373"
},
{
"name": "Cedric Kelly",
"designation": "Senior Javascript Developer",
"salary": "$433,060",
"joining_date": "2012/03/29",
"office": "Edinburgh",
"extension": "6224"
},
{
"name": "Haley Kennedy",
"designation": "Senior Marketing Designer",
"salary": "$313,500",
"joining_date": "2012/12/18",
"office": "London",
"extension": "3597"
},
{
"name": "Colleen Hurst",
"designation": "Javascript Developer",
"salary": "$205,500",
"joining_date": "2009/09/15",
"office": "San Francisco",
"extension": "2360"
},
{
"name": "Dai Rios",
"designation": "Personnel Lead",
"salary": "$217,500",
"joining_date": "2012/09/26",
"office": "Edinburgh",
"extension": "2290"
},
{
"name": "Herrod Chandler",
"designation": "Sales Assistant",
"salary": "$137,500",
"joining_date": "2012/08/06",
"office": "San Francisco",
"extension": "9608"
},
{
"name": "Rhona Davidson",
"designation": "Integration Specialist",
"salary": "$327,900",
"joining_date": "2010/10/14",
"office": "Tokyo",
"extension": "6200"
},
{
"name": "Sonya Frost",
"designation": "Software Engineer",
"salary": "$103,600",
"joining_date": "2008/12/13",
"office": "Edinburgh",
"extension": "1667"
},
{
"name": "Jena Gaines",
"designation": "Office Manager",
"salary": "$90,560",
"joining_date": "2008/12/19",
"office": "London",
"extension": "3814"
},
{
"name": "Quinn Flynn",
"designation": "Support Lead",
"salary": "$342,000",
"joining_date": "2013/03/03",
"office": "Edinburgh",
"extension": "9497"
}
]
}