这句是解析json吗 用的Gson 最后的 .getAsJsonObject();是什么意思啊
JsonObject object = new JsonParser().parse(data) .getAsJsonObject();
把字符串转为json对象
Google前两页有答案就别提问了