How do I query a JSON file in android without parsing the entire file? -
i remember old twitter web service like: http://search.twitter.com/search.json?q=blahblah
and return json object addresses search query.
as i'm working fair bit of data, i'd somehow query file in order return json object matches specific query.
thank in advance guys can offer.
you should json streaming parser. parse specific json object instead of parsing complete json.
as recommended go jackson parser http://jackson.codehaus.org/ supports pull mechanism. can have @
Comments
Post a Comment