how to print jsonobject variyable in to convert datatable???
{
“result”: [
{
“headrow”: {
“rowno”: {
“hide”: “false”
},
“axrowtype”: {
“hide”: “true”,
“width”: “80”,
“dec”: “0”,
“type”: “c”
},
“axp__font”: {
“axp__font”: “axp__fontdetails”,
“hide”: “true”,
“width”: “80”,
“dec”: “0”,
“type”: “c”
},
“new_empno”: {
“new_empno”: “new_empno”,
“width”: “80”,
“dec”: “0”,
“align”: “Left”,
“ordno”: “1”,
“runningtotal”: “False”,
“type”: “c”,
“hide”: “false”
},
“first_name”: {
“first_name”: “first_name”,
“width”: “80”,
“dec”: “0”,
“align”: “Left”,
“ordno”: “2”,
“runningtotal”: “False”,
“type”: “c”,
“hide”: “false”
}
"row": [
{
"rowno": "1",
"new_empno": "100001",
"first_name": "Samyiyya"
},
{
"rowno": "2",
"new_empno": "100002",
"first_name": "Abdulsalam"
},
{
"rowno": "3",
"new_empno": "100005",
"first_name": "Chitra"
},
how convert datatable … share sequance









