How to read JSON array with @ # tags in data using jQuery,

Posted by nga on Stack Overflow See other posts from Stack Overflow or by nga
Published on 2011-01-09T06:29:51Z Indexed on 2011/01/09 6:53 UTC
Read the original article Hit count: 145

Filed under:
|
|
{
    "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"
                }
            ]
        }
    ]
}

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery