I want to show json code data into salesforce custom page.
I don't know how it is done.
If I have the following code and I save it in a Text Area field so how can I write a code and disply it on a custom page.
{
"ContactList": [
{
"FirstName":"BDG",
"LastName": "ABC",
"Email": "test1@test.com",
"Mobile": "9999999999"
},
{
"FirstName":"AGL",
"LastName": "LKJ",
"Email": "test2@test.com",
"Mobile": "8888888888"
}
]
}
Thanks in advance
2 answers
Hi Pranil, Hi Pranil,