Retrofit - Java.lang.illegalstateexception: Expected Begin_array But Was Begin_object
I am trying to parse my own JSON, but getting JSONSyntaxException, here is how my JSON looks: { 'type':'success', 'value':[ { 'id':1, 'title
Post a Comment for "Retrofit - Java.lang.illegalstateexception: Expected Begin_array But Was Begin_object"