-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
52 lines (52 loc) · 959 Bytes
/
Copy pathdb.json
File metadata and controls
52 lines (52 loc) · 959 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
{
"users": [
{
"id": "1",
"name": "John Doe",
"email": "john@example.com",
"role": "Developer"
},
{
"id": "2",
"name": "Jane Smith",
"email": "jane@example.com",
"role": "QA"
},
{
"id": "3",
"name": "Bob Johnson",
"email": "bob@example.com",
"role": "Manager"
},
{
"id": "4",
"name": "Alice Williams",
"email": "alice@example.com",
"role": "Designer"
},
{
"id": "5",
"name": "Charlie Brown",
"email": "charlie@example.com",
"role": "Support"
},
{
"id": "6",
"name": "Eve Davis",
"email": "eve@example.com",
"role": "HR"
},
{
"id": "7",
"name": "Frank Miller",
"email": "frank@example.com",
"role": "Sales"
},
{
"id": "8",
"name": "Grace Lee",
"email": "grace@example.com",
"role": "Marketing"
}
]
}