Hi
We have a webservices which provides json data dynamically.
Unfortunately, the format is
"total":3,"records": [
{
"employeeid": "1",
"employee_name": "ABC"
}
]
Essentially its "records" instead of "rows" in the data meta-data. We are not able to change the data coming to us.
Can we parse the data to change "records" to "rows" OR is there any-way to populate the data into a grid?