Last year I started to develop an Android application that uses JSON objects that are retrieved from a RESTful web service interface. In those days, I couldn’t find a library or framework that could be used to parse JSON objects.
Are there any improvements over the last year? And is there a best practice how to handle JSON in combination with RESTful interfaces in an Android application?
There are a number of JSON parsers out there which can be used in Android. Personally, I find Google’s Gson works very nicely. I have also seen great results from Jackson