The Jackson JSON parser is reputed to be quite fast. I believe it is faster than the one built into Android. Download the JAR from http://jackson.codehaus.org/, include it in Eclipse ADT under the project's properties, i.e. Propterties>Java Build Path>Libraries>Add External JARs.
On Apr 27, 10:28 pm, imran ali <[email protected]> wrote: > Hi all, > i have big data approx 10MB, that i have to parse and save in to > database of db4o. > i have been downloading date and making it in to string then i am > parsing and > setting all values of class object, that object i have been saving in > to db4o. > > the above process has been taking more time, to parse and save one > object it has been > taking approx 10 sec. > > i want to reduce parsing time, how can i achieve on android? same > thing on iPhone has been taking less time. > > is there any json parser that has been taking input-stream in spite of > String to make Json Object? > > Regards > Imran ali -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

