-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
69 lines (66 loc) · 1.64 KB
/
db.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
59
60
61
62
63
64
65
66
67
68
69
{
"stafs": [
{
"id": "1",
"name": "Joshua Brown",
"email": "joshua.brown@gmail.com",
"phone": "+1.234567",
"role": "Developer"
},
{
"id": "2",
"name": "Brown",
"email": "brown@gmail.com",
"phone": "+1.2446767",
"role": "Designer"
},
{
"id": "3",
"name": "Joshua Brown kelma",
"email": "joshua.brownkelma@gmail.com",
"phone": "+1.543764",
"role": "Frontend Developer"
},
{
"id": "4",
"name": "kelma Brown",
"email": "kelma.brown@gmail.com",
"phone": "+1.722373",
"role": "Backend Developer"
},
{
"id": "1",
"name": "Database Kelma",
"email": "database.kelma@gmail.com",
"phone": "+1.234567",
"role": "Database Developer"
}
],
"salary":[
{
"id": "1",
"role": "Developer",
"salary": "$ 3000"
},
{
"id": "2",
"role": "Designer",
"salary": "$ 1000"
},
{
"id": "3",
"role": "Frontend Developer",
"salary": "$ 2000"
},
{
"id": "4",
"role": "Backend Developer",
"salary": "$ 3000"
},
{
"id": "1",
"role": "Database Developer",
"salary": "$ 1500"
}
]
}