再次从中获取JSON字符串
JsonObject并进行解析
JSONObject
JsonObject gson = new JsonParser().parse("{"id":"value"}").getAsJsonObject();JSonObject jo2 = new JSonObject(gson.toString());
再次从中获取JSON字符串
JsonObject并进行解析
JSONObject
JsonObject gson = new JsonParser().parse("{"id":"value"}").getAsJsonObject();JSonObject jo2 = new JSonObject(gson.toString());