Hi can any one let me know how to arrange the below JSON string in table format using java script or jquery.
[
{
"country_name": "africa",
"sk_state_id": "13",
"state_name": "up"
},
{
"country_name": "London",
"sk_state_id": "6,7,9,10,11",
"state_name": "banglore,jammu,kerla,gujrat,mumbaaai"
},
{
"country_name": "singapore",
"sk_state_id": "18",
"state_name": "jlsdbc"
}
]
my out put should be as shown in the image