-
Notifications
You must be signed in to change notification settings - Fork 0
/
employees.json
58 lines (58 loc) · 1.49 KB
/
employees.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
[
{
"id": 1,
"firstName": "Amy",
"lastName": "Taylor",
"phone": "617-564-3254",
"picture": "https://s3-us-west-1.amazonaws.com/sfdc-demo/people/amy_taylor.jpg"
},
{
"id": 2,
"firstName": "Anup",
"lastName": "Gupta",
"phone": "617-564-1258",
"picture": "https://s3-us-west-1.amazonaws.com/sfdc-demo/people/anup_gupta.jpg"
},
{
"id": 3,
"firstName": "Michael",
"lastName": "Jones",
"phone": "617-564-9657",
"picture": "https://s3-us-west-1.amazonaws.com/sfdc-demo/people/michael_jones.jpg"
},
{
"id": 4,
"firstName": "Caroline",
"lastName": "Kingsley",
"phone": "617-564-8855",
"picture": "https://s3-us-west-1.amazonaws.com/sfdc-demo/people/caroline_kingsley.jpg"
},
{
"id": 5,
"firstName": "James",
"lastName": "Kennedy",
"phone": "617-564-3347",
"picture": "https://s3-us-west-1.amazonaws.com/sfdc-demo/people/james_kennedy.jpg"
},
{
"id": 6,
"firstName": "Jennifer",
"lastName": "Wu",
"phone": "617-564-1144",
"picture": "https://s3-us-west-1.amazonaws.com/sfdc-demo/people/jennifer_wu.jpg"
},
{
"id": 7,
"firstName": "Jonathan",
"lastName": "Bradley",
"phone": "617-564-9831",
"picture": "https://s3-us-west-1.amazonaws.com/sfdc-demo/people/jonathan_bradley.jpg"
},
{
"id": 8,
"firstName": "Kenneth",
"lastName": "Sato",
"phone": "617-564-4682",
"picture": "https://s3-us-west-1.amazonaws.com/sfdc-demo/people/kenneth_sato.jpg"
}
]