Let's put it simply, JavaScript code just isn't that smart.... Your client-side code (1) makes a request, then (2) the server responds, ** that's it **.......... as the person above me suggests, use your server side code, the one providing the "big JSON" data to do the filtering
On Dec 1, 3:44 am, km <srikrishnamo...@gmail.com> wrote: > 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