Tuesday, December 1, 2009

[jQuery] parsing big JSON file

Hi all,

I am currently using $.getJSON to load a  big JSON format file (100MB).
So is there a way to selectively parse a few fields of the JSON file so that the full file doesnt get loaded in memory ?
In summary i am looking for parsing a few keys in the JSON file and fetch those values only to display on the webpage.
 
any ideas ?
thanks,


regards
Krishna

No comments: