I am trying to parse JSON using GSON library, but I am having some issues.
The problem is that some of the keys can contain double and String values. Here is an example:
"message":"unlimited"
But this can also be:
"message":4.0
Can anyone help me to find a solution for this?