“Expected BEGIN_OBJECT but was STRING at line 1 column 1”

前端 未结 14 2566
误落风尘
误落风尘 2020-11-22 01:11

I have this method:

public static Object parseStringToObject(String json) {
    String Object = json;
    Gson gson = new Gson();
    Object objects = gson.f         


        
14条回答
  •  面向向阳花
    2020-11-22 01:57

    I have come to share an solution. The error happened to me after forcing the notbook to hang up. possible solution clean preject.

提交回复
热议问题