私はこれをまったく理解できません。
私の現在のjsonの結果は次のようになりますconsole.log(json)
誰かが条件部分を取得するのを手伝ってくれるかどうか疑問に思っていましたか?
編集
var geoFORECAST = 'http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid=%2726344339%27%20and%20u=%27c%27&format=json';
$.getJSON(geoFORECAST, function(json) {
console.log(json);
console.log(json.query.results.item.condition.text);
});