このjsonデータをループして、jqueryでその中の値を取得する方法を知りたいですか? 私が持っているのはすべてですundefined
。私は$.ajax.get()
ファイルを取得するために使用しています。次に、ファイルをループしてその中のデータを取得しようとしています。JSONは次のようになります...
get の結果は文字列です!
[
{
"category": "anti-social-behaviour",
"persistent_id": "",
"location_subtype": "STATION",
"month": "2012-11",
"location": {
"latitude": "52.6313999",
"street": {
"id": 1447707,
"name": "Leicester"
},
"longitude": "-1.1252999"
},
"context": "",
"id": 18782816,
"location_type": "BTP",
"outcome_status": {
"category": "Under investigation",
"date": "2012-11"
}
}
]
よろしく/ハリス!