これを使用して、WeatherUndergroundAPIから3日間の予報を取得しようとしています。
var Forcast = parsed_json['forecast']['txt_forecast']['period'][0]['fcttext_metric'];
それは機能せず、私はjsonの経験がないので、これが機能するために何をする必要があるのかわかりません。ベローは私が欲しいjsonファイルの一部です:
"forecast": {
"txt_forecast": {
"date": "2:00 PM PDT",
"forecastday": [{
"period": 0,
"icon": "partlycloudy",
"icon_url": "http://icons-ak.wxug.com/i/c/k/partlycloudy.gif",
"title": "Tuesday",
"fcttext": "Partly cloudy in the morning, then clear. High of 68F. Breezy. Winds from the West at 10 to 25 mph.",
"fcttext_metric": "Partly cloudy in the morning, then clear. High of 20C. Windy. Winds from the West at 20 to 35 km/h.",
"pop": "0"
}, {
誰かが私に必要な情報を入手する方法を教えてもらえますか?