-
-
Save Wanderson304/c5ea5197e978e23f0d370efe738889c6 to your computer and use it in GitHub Desktop.
Sample employee json data
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":[ | |
| { | |
| "userName":"Frontend", | |
| "jobTitleName":"Frontend Developer", | |
| "employeeCode":"E1", | |
| "techstack":[ | |
| "React", | |
| "javascript", | |
| "html", | |
| "css" | |
| ], | |
| "emailAddress":"fe@gmail.com", | |
| "image": "https://trio.dev/static/46a74b0f7c9b47353ea207a29731bc51/263a75529a1752b75d64f9f21fd07c92.jpg" | |
| }, | |
| { | |
| "userName":"Backend", | |
| "jobTitleName":"Backend Developer", | |
| "employeeCode":"E2", | |
| "techstack":[ | |
| "React", | |
| "Node", | |
| "php" | |
| ], | |
| "emailAddress":"be@gmail.com", | |
| "image": "https://s3.studytonight.com/curious/uploads/pictures/1631204081-106730.png" | |
| }, | |
| { | |
| "firstName":"Fullstack", | |
| "lastName":"Developer", | |
| "employeeCode":"E3", | |
| "techstack":[ | |
| "React", | |
| "javascript", | |
| "node", | |
| "php", | |
| "html", | |
| "css" | |
| ], | |
| "emailAddress":"fs@gmail.com", | |
| "image": "https://www.reachfirst.com/wp-content/uploads/2018/08/Web-Development.jpg" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment