Easy JSON parsing in Android
Here’s a very easy and fast way of parsing JSON I’ve been using the past few months: Jackson. It’s not Android-based, so you can use it on server or desktop applications as well, but I found it very useful on mobile because of the large amounts of data that resides in the cloud lately. Enough [...]