This is my json data which i get in rest client.
I am fetching firstName,lastName,emailId of my employee table and i need to insert this data into my html page.
how to do that please help i am struck here.
[
{
"firstName": "Ramu",
"lastName": "Poola",
"emailId": "asdfg@gmail.com"
},
{
"firstName": "Dash",
"lastName": "Board",
"emailId": "admin@gmail.com"
},
{
"firstName": "Srinivas",
"lastName": "Grandhi",
"emailId": "123grandhi@gmail.com"
}
]