我有这个 JSON:
{
"status": true,
"1": {
"id": "1",
"deal": "Testing the mobile"
},
"2": {
"id": "2",
"deal": "Testing"
},
"3": {
"id": "3",
"deal": "Testing"
}
}
我怎样才能得到id
和deal
?我正在使用Phonegap和jQuery Mobile。