New posts in gson

How to handle a NumberFormatException with Gson in deserialization a JSON response

Convert Map to JSON using Jackson

Trying to fix NetworkOnMainThreadException but gives Toast error

How to parse JSON array without any object in Retrofit?

Remove empty collections from a JSON with Gson

GsonBuilder setDateFormat for "2011-10-26T20:29:59-07:00"

GSON Expected BEGIN_ARRAY but was BEGIN_OBJECT

Jsonpath with Jackson or Gson

The easiest way to remove the bidirectional recursive relationships?

Returning JSON response from Servlet to Javascript/JSP page

Using GSON with proguard enabled

How to serialize a class with an interface?

Gson Java reserved keyword

Retrofit2.0 gets MalformedJsonException while the json seems correct?

retrofit convertor factory can not access GsonConverterFactory

How to prevent Gson from converting a long number (a json string ) to scientific notation format?

google gson LinkedTreeMap class cast to myclass

GSON - Get JSON value from String

how to parse JSON file with GSON

serialize and deserialize enum with Gson [duplicate]