jquery - 无法从 yahoo 管道读取 json

标签 jquery json yahoo-pipes

$(function(){
            $.getJSON('http://pipes.yahoo.com/pipes/pipe.run?_id=7ba696f34ae17b6fa8f5d4de13064dea&_render=json&callback=?',function(data){alert('called')});

            });

我正在使用上面的代码访问我创建的雅虎管道,以将last.fm xml输出转换为json。但是firebug控制台输出向我显示

invalid label
http://pipes.yahoo.com/pipes/pipe.run?_id=7ba696f34ae17b6fa8f5d4de13064dea&_render=json&callback=jsonp1276401573015
Line 1

虽然我可以使用浏览器以完全正常的方式查看结果。我还使用 jsonlint 验证了 json,它显示 json 是有效的,可能是什么问题?

最佳答案

关于jquery - 无法从 yahoo 管道读取 json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3031036/

相关文章:

regex - Yahoo Pipes 中的正则表达式

javascript - 无法通过ajax提交数据

json - 带有日期和变量问题的 jq

javascript - 按字符串数组过滤javascript对象数组

java - 如何使用 Jackson 过滤自引用上的属性?

java - Jackson 在一个 POJO 中反序列化两个不同的 Json 表示

node.js - 为 Node 、coffee 中的 hubot 发出的 GET 请求指定回调

yahoo-pipes - 从项目数组中提取单个字符串

Javascript/jQuery 取消另一个函数中的函数

javascript - 在谷歌应用引擎中将数据从javascript发送到python