I\'m consuming an API from my android app, and all the JSON responses are like this:
{ \'status\': \'OK\', \'reason\': \'Everything was fine\', \
Don't forget @SerializedName and @Expose annotations for all Class members and Inner Class members that most deserialized from JSON by GSON.
@SerializedName
@Expose
Look at https://stackoverflow.com/a/40239512/1676736