次のリンクの解析に問題があります。$ .getJSON()を使用して、配列内の各オブジェクトからいくつかのオブジェクト特性を抽出できるようにしたいと思います。誰かが私がこれを行う方法の手がかりを持っていますか?
ありがとう!
実際のオブジェクトは次のとおりです。
{
"ResultSet": {
"totalResultsAvailable": "68369",
"totalResultsReturned": 2,
"firstResultPosition": "1",
"Result": [{
"Title": "MARKET SNAPSHOT: U.S. Stocks To Begin New Week In Vulnerable Spot",
"Summary": "MARKET SNAPSHOT: U.S. Stocks To Begin New Week In Vulnerable Spot",
"Url": "http:\/\/www.foxbusiness.com\/story\/markets\/industries\/market-snapshot-stocks-begin-new-week-vulnerable-spot\/",
"ClickUrl": "http:\/\/www.foxbusiness.com\/story\/markets\/industries\/market-snapshot-stocks-begin-new-week-vulnerable-spot\/",
"NewsSource": "FOX Business",
"NewsSourceUrl": "http:\/\/www.foxbusiness.com\/",
"Language": "en",
"PublishDate": "1278143248",
"ModificationDate": "1278144826"
}, {
"Title": "MARKET SNAPSHOT: U.S. Stocks In The Red, Post Weekly Losses",
"Summary": "MARKET SNAPSHOT: U.S. Stocks In The Red, Post Weekly Losses",
"Url": "http:\/\/feeds.foxbusiness.com\/~r\/foxbusiness\/latest\/~3\/hL3f6RiYhdU\/",
"ClickUrl": "http:\/\/feeds.foxbusiness.com\/~r\/foxbusiness\/latest\/~3\/hL3f6RiYhdU\/",
"NewsSource": "Fox News",
"NewsSourceUrl": "http:\/\/www.foxnews.com\/",
"Language": "en",
"PublishDate": "1278109361",
"ModificationDate": "1278109412"
}]
}
}