I'm starting to develop an application for Google Android and heavily relying on a web API that can deliver data in a restful way via json or xml. I now have to decide which library to choose.
I saw that google includes org.json classes in the API but haven't tested them yet.
How are your experiences? What library/API should I use and why?