Is JSON array parsable? (Stream parser)

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-03-09T05:19:10Z Indexed on 2010/03/09 5:51 UTC
Read the original article Hit count: 185

Filed under:
|
|

I have a YQL query that extracts data from a page and returns it to my script as JSON. The JSON is huge, and as such, here's my question:

Is JSON array parsable? So that I can iterate over the entire JSON structure?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about JSON