EasyVolley icon indicating copy to clipboard operation
EasyVolley copied to clipboard

What about JSONArray requests ?

Open TZK- opened this issue 8 years ago • 0 comments

Hello,

I have to work with an API which returns a collection of item.

How can I handle this since there is nothing for ?

I can only call asJsonObject on my request which finally raise an exception:

java.lang.ClassCastException: Cannot cast com.google.gson.JsonArray to com.google.gson.JsonObject

TZK- avatar May 26 '17 19:05 TZK-