Snippets tagged “jsonsyntaxexception”
1 snippet uses this tag.
- GSON throwing "Expected BEGIN_OBJECT but was BEGIN_ARRAY"?Java
If GSON is throwing a JsonSyntaxException with the message "Expected BEGIN_OBJECT but was BEGIN_ARRAY", it means that you are trying to parse a JSON array as if it were a JSON object.