Replace standard Android JSON parser for better performance?

Posted by Eno on Stack Overflow See other posts from Stack Overflow or by Eno
Published on 2010-03-23T19:01:01Z Indexed on 2010/03/23 19:03 UTC
Read the original article Hit count: 629

Filed under:
|
|
|

I know that Android has a JSON parser baked in but I was wondering if it was worth using something that offered better performance (like Jackson - see http://jackson.codehaus.org/) ? Anybody tried that ?

© Stack Overflow or respective owner

Related posts about android

Related posts about JSON