-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
62 lines (62 loc) · 1.33 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
{
"accounts": [
{
"id": 1234,
"username": "usersatu"
},
{
"id": 2345,
"username": "userdua"
}
],
"employees": [
{
"id": 1676085151490,
"userId": 1234,
"employeeName": "Nugraha Banuajie",
"gender": "Laki-laki",
"position": "Front-End Developer",
"status": "Karyawan Vendor"
},
{
"id": 1676085180465,
"userId": 1234,
"employeeName": "Firman Naufal Najib",
"gender": "Laki-laki",
"position": "Software Engineer",
"status": "Karyawan Tetap"
},
{
"id": 1676085260016,
"userId": 2345,
"employeeName": "Reza Pramudya",
"gender": "Laki-laki",
"position": "Back-End Developer",
"status": "Karyawan Intern"
},
{
"id": 1676085283784,
"userId": 2345,
"employeeName": "Albar Syaban",
"gender": "Laki-laki",
"position": "QA Automation",
"status": "Karyawan Tetap"
},
{
"id": 1676085302720,
"userId": 2345,
"employeeName": "Dwi Fitrianingsih",
"gender": "Perempuan",
"position": "UI/UX",
"status": "Karyawan Tetap"
},
{
"id": 1676086263987,
"userId": 1234,
"employeeName": "Hanifa",
"gender": "Perempuan",
"position": "Akuntansi",
"status": "Karyawan Tetap"
}
]
}