-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetails.json
More file actions
46 lines (46 loc) · 1.05 KB
/
details.json
File metadata and controls
46 lines (46 loc) · 1.05 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
{
"employees": [
{
"id": 1,
"name": "Alice Johnson",
"position": "Software Engineer",
"department": "Development",
"email": "alice.johnson@example.com"
},
{
"id": 2,
"name": "Bob Smith",
"position": "Product Manager",
"department": "Product",
"email": "bob.smith@example.com"
},
{
"id": 3,
"name": "Carol White",
"position": "UX Designer",
"department": "Design",
"email": "carol.white@example.com"
},
{
"id": 4,
"name": "David Brown",
"position": "Data Analyst",
"department": "Analytics",
"email": "david.brown@example.com"
},
{
"id": 5,
"name": "Eva Green",
"position": "Marketing Specialist",
"department": "Marketing",
"email": "eva.green@example.com"
},
{
"id": 6,
"name": "Frank Harris",
"position": "HR Manager",
"department": "Human Resources",
"email": "frank.harris@example.com"
}
]
}