Closed GoogleCodeExporter closed 9 years ago
This exception means that Gson saw a '{' character when it was expecting a
string.
For instance,
Receiving {"user": "jake"} when it was expecting {"user": {"name": "jake"}}
would cause this. Note how the 'user' type was an object rather than a string.
Your example doesn't have any Gson use in it so it's hard to know what exactly
is wrong. If you have more questions please ask on StackOverflow using the
'gson' tag.
Original comment by j...@squareup.com
on 9 Aug 2014 at 5:39
@Project Member: your statements are contradictory.
Original comment by sumithnp...@gmail.com
on 10 Oct 2014 at 10:52
Original issue reported on code.google.com by
sanakkay...@gmail.com
on 17 Jul 2014 at 10:37Attachments: