In my Android project I\'m trying to convert a received JSONArray to a List. With the help of this SO answer I got a bit further. I now have the following code:
If you see the answer there, you can notice that the first parameter in the fromJson() method was a String(the json object). Try to use the toString() on the JsonArray like this:-