{
"info": {
"limit": "0",
"xdata": {
"hospital": {
"name": "qwewe",
"street": "cxcxc"
},
"factory": {
"name": "wrwr",
"street": "xzcc"
},
"industry": {
"name": "lll",
"street": "sdfdsfdf"
}
}
}
How can I print the contents of xdata? I.e I want data of hospital, factory & industry
I’m using $.each jQuery loop but can’t get the details to hospital.
Try next