私はこの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を使用しています。