Is JSON array parsable?

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:21 UTC
Read the original article Hit count: 207

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