Created
July 10, 2019 11:42
-
-
Save allindeveloper/4848521f7158ed647623a46f73a0d147 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
| { | |
| "employees": [ | |
| { | |
| "id": 1, | |
| "firstname": "Precious", | |
| "lastname": "Uchendu", | |
| "nationality": "Nigeria", | |
| "gender":"Male", | |
| "info":"Once Upon a time i could not code, now i can and i love it" | |
| }, | |
| { | |
| "id": 2, | |
| "firstname": "Steve", | |
| "lastname": "James", | |
| "nationality": "Nigeria", | |
| "gender":"Male", | |
| "info":"Very soon i'll be a very good musician" | |
| }, | |
| { | |
| "id": 3, | |
| "firstname": "Joy", | |
| "lastname": "Aja", | |
| "nationality": "Nigeria", | |
| "gender":"Female", | |
| "info":"So i remember when i was started reading for this mathematics exam, it was very very difficult, as i did not understand much. Thank God i did ny best during the exam and i finished with a good score..." | |
| }, | |
| { | |
| "id": 4, | |
| "firstname": "Queen", | |
| "lastname": "Esther", | |
| "username": "queen.esther", | |
| "gender":"Female", | |
| "info":"So i just met this guy, he's so great and smart. I really wish we could see more often" | |
| } | |
| ], | |
| "users": [ | |
| { | |
| "id": 1, | |
| "firstname": "Precious", | |
| "lastname": "Uchendu", | |
| "hobby":"Coding" | |
| }, | |
| { | |
| "id": 2, | |
| "firstname": "Steve", | |
| "lastname": "James", | |
| "hobby":"Coding" | |
| }, | |
| { | |
| "id": 3, | |
| "firstname": "Joy", | |
| "lastname": "Aja", | |
| "hobby":"Singing" | |
| }, | |
| { | |
| "id": 4, | |
| "firstname": "Queen", | |
| "lastname": "Esther", | |
| "hobby":"Reading" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment