Skip to content

Instantly share code, notes, and snippets.

@Wanderson304
Forked from voletiswaroop/employee.json
Created January 8, 2025 05:21
Show Gist options
  • Select an option

  • Save Wanderson304/c5ea5197e978e23f0d370efe738889c6 to your computer and use it in GitHub Desktop.

Select an option

Save Wanderson304/c5ea5197e978e23f0d370efe738889c6 to your computer and use it in GitHub Desktop.
Sample employee json data
{
"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