GSON throwing “Expected BEGIN_OBJECT but was BEGIN_ARRAY”

GSON throwing “Expected BEGIN_OBJECT but was BEGIN_ARRAY”


Used the following code snippet to make it to work.

Type collectionType = new TypeToken<Collection>>(){}.getType();
Collection> enums = gson.fromJson(yourJson, collectionType);

No comments:

 My Attempt to learn AI  GPT Generative Pretrained Transformer Created by Google in 2017 with the publication of the paper "Attention ...

Popular in last 30 days