JsonObject result = gson.fromJson(json, JsonElement.class).getAsJsonObject(); The JsonObject class defines the top-level object for containing a JSON object ...
確定! 回上一頁