I have a huge json data which i got from a http , i tired the JSON Reader , and passing a string to the JSON object, both ways worked but i prefred the JSON Reader which takse an Input stream , because the string buffer for some point of time won't be able to hold all the json data. My problem is that JSON reader is avaiable for API 11 , and i'm developing my android application to work on API 8 and higer, is there away to use the JSON reader in API 8? or is there another JSON parser which may take an input stream to parse the data?
http://developer.android.com/reference/android/util/JsonReader.html