Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 YQL 查询,它从页面中提取数据并将其作为 JSON 返回到我的脚本。JSON 很大,因此,这是我的问题:
JSON数组是否可解析?这样我就可以遍历整个 JSON 结构?
每个定义的 JSON 是可解析的 - 它是 JAVASCRIPT。问题是需要多少代码,这可能取决于特定的 JSON 数组(你能逃脱多少)。
如果 JSON 原则上不可解析,那它就完全没有价值了,你知道的。