Monthly Archives: December 2016

Jackson JSON Parser

Parsing a JSON response into a Java object is a super common task in Android development.  If you are fortunate enough to have a well-formed JSON response that would make sense being modeled directly as a Java object, then using a … Continue reading

Posted in 3rd Party Libs, Android, Pokemon | Leave a comment