Created
December 5, 2020 04:02
-
-
Save BRAVO68WEB/5e74a83f5c5f4a32223848a02f1ff97b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 0, | |
"empName": "James Murphy", | |
"counsellor": "Adam Kate", | |
"doj": "08/06/2009", | |
"email": "[email protected]", | |
"phone": "0123456789", | |
"description": "An employee who deals with all bank incoming transactions" | |
}, | |
{ | |
"id": 1, | |
"empName": "Thomas Bradley", | |
"counsellor": "Robert Jeff", | |
"doj": "09/12/2010", | |
"email": "[email protected]", | |
"phone": "0987612345", | |
"description": "An employee who deals with all out going transactions" | |
}, | |
{ | |
"id": 2, | |
"empName": "Dean Smith", | |
"counsellor": "Adam Kate", | |
"doj": "31/01/2009", | |
"email": "[email protected]", | |
"phone": "0987654321", | |
"description": "An employee who is the key repestionist at the back" | |
}, | |
{ | |
"id": 3, | |
"empName": "Helen Davies", | |
"counsellor": "Robert Jeff", | |
"doj": "30/12/2008", | |
"email": "[email protected]", | |
"phone": "12345609876", | |
"description": "An employee who is one of the best accountant" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment