When I am trying to parse a JSON object into a list of object, I am getting an exception like,
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at line 1 column 2
Is there any way to fix it?