gpt4 book ai didi

jQuery 解析 JSON

转载 作者:行者123 更新时间:2023-12-01 02:08:52 30 4
gpt4 key购买 nike

我正在尝试解析从 SocialMention 返回的 JSON。

以下是 JSON 的示例:

{"title":"Social Mention","count":100,"items":[{"title":"RT @Jason_IIATMS: More Damon-isms that'll make you wanna puke: \"Let's hope the Chinese are right when they say this is the year of the tiger!\"","description":"","link":"http:\/\/twitter.com\/NYBD\/statuses\/9495530392","timestamp":1266876271,"image":null,"embed":null,"user":"NYBD","user_image":"http:\/\/a1.twimg.com\/profile_images\/60347208\/155135_logo_final_normal.jpg","user_link":"http:\/\/twitter.com\/NYBD","user_id":3265448,"source":"twitter","favicon":"http:\/\/twitter.com\/favicon.ico","type":"microblogs","domain":"twitter.com","id":"6111418866093918428"},

我正在使用 jquery 的 .getJson,例如:

$.getJSON("Home/GetSocialMentionData", function (data) {
$.each(data.items, function (i, item) {
alert(i);
});
});

我显然没有做正确的事情,因为我从未收到 alert(i) 并且经常收到 JavaScript 错误“Microsoft JScript 运行时错误:'length' 为 null 或不是对象”

我对 JSON 完全陌生,在谷歌搜索时似乎找不到任何东西。

所以我的问题是,如何解析结果?任何有用的建议都会很棒。

最佳答案

从 jQuery 1.4+ 开始,JSON 必须有效才能工作,我的意思是完全有效。您可以验证您的 JSON using JSONLint here

从您发布的内容来看,它无效......但似乎是一个片段,因此请输入完整的结果并查看是否有任何错误。

关于jQuery 解析 JSON,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2314647/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com