I am a newbie in Android , I am doing a project where json parsing is done by calling a URL. I am able to do this by using built-in json parser provided by android. But when i try to parse huge json response ,it fails. I got to know about another parser, "Jackson parser". I googled a lot,but with no luck. So , can anybody suggest me a way to parse json using Jackson parser through url?
OR
Provide me some example links, if possible? I think, It will be helpful to other newbies like me.