JSON is blazingly simple.  You can write your own parser in a day
using about 600 lines of code.  (Another 300 lines of code and maybe 3
hours to write the encoder end.)  It should be possible to examine the
versions you're considering and see which appears to be more
professionally written and better "tuned" to your needs.  Storage
requirements for any well-written parsers should be about the same.

On Dec 23, 12:43 am, "cool.manish" <mannishga...@gmail.com> wrote:
> Hi All,
>
> I want to use some JSON parser in my application. I get to know about
> lots of available JSON parser like Android default org.json library,
> JSONTokenizer, gson, jackson etc.
>
> Is there any benifit of using gson rather than Android default parser?
>
> I am bit confused which one of them is better keeping in mind their
> usability and apk size.
>
> Regards,
> Manish

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to