forked from learning-zone/angular-basics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
54 lines (54 loc) · 967 Bytes
/
Copy pathdb.json
File metadata and controls
54 lines (54 loc) · 967 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"employees": [
{
"id": "01",
"name": "Romin",
"email": "romink@gmail.com"
},
{
"id": "02",
"name": "Neil",
"email": "neilrirani@gmail.com"
},
{
"id": "03",
"name": "Alex",
"email": "alextom@gmail.com"
},
{
"id": "04",
"name": "Jeanette",
"email": "jpenddreth0@census.gov"
},
{
"id": "05",
"name": "Giavani",
"email": "gfrediani1@senate.gov"
},
{
"id": "06",
"name": "Noell",
"email": "nbea2@imageshack.us"
},
{
"id": "07",
"name": "Willard",
"email": "wvalek3@vk.com"
},
{
"id": "08",
"name": "Logan Keller",
"email": "logankeller@artiq.com"
},
{
"id": "09",
"name": "Colon Salazar",
"email": "colonsalazarm@gmail.com"
},
{
"id": "10",
"name": "French Mcneil",
"email": "frenchmcneil@gmail.com"
}
]
}