How to display multiple json array in datatable from external file
How to display multiple json array in datatable from external file
techno
Posts: 1Questions: 1Answers: 0
How to display multiple json array in datatable . this is the json file
[{
"fname": "abcj",
"mname": "def",
"lname": "ggg",
"contact": [{
"contact_name": "M",
"contact_no": "9897897978"
},{
"contact_name": "E",
"contact_no": "a@gmail.com"
}]
}]
This discussion has been closed.