How to read JSON array with @ # tags in data using jQuery,
- by nga
{
"locenter": [
{
"loname": {
"@empid": "1001",
"#text": "FE1"
},
"centers": [
{
"@id": "0000100001",
"#text": "dcgiDal"
}
]
},
{
"loname": {
"@empid": "1002",
"#text": "FE2"
},
"centers": [
{
"@id": "0000300006",
"#text": "dcgiDah"
},
{
"@id": "0000100006",
"#text": "dcgiDau"
}
]
}
]
}