Skip to content

Instantly share code, notes, and snippets.

@voletiswaroop
Last active January 8, 2025 05:21
Show Gist options
  • Select an option

  • Save voletiswaroop/271ec5893cac1ab450f9dc8cfa0bf64f to your computer and use it in GitHub Desktop.

Select an option

Save voletiswaroop/271ec5893cac1ab450f9dc8cfa0bf64f 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":"[email protected]",
"image": "https://trio.dev/static/46a74b0f7c9b47353ea207a29731bc51/263a75529a1752b75d64f9f21fd07c92.jpg"
},
{
"userName":"Backend",
"jobTitleName":"Backend Developer",
"employeeCode":"E2",
"techstack":[
"React",
"Node",
"php"
],
"emailAddress":"[email protected]",
"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":"[email protected]",
"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