48495051525354
JsonObject jsonObj = json.getAsJsonObject(); int cores = jsonObj.get("virtualCores").getAsInt(); int memorySize = jsonObj.get("memoryMB").getAsInt(); return new Resources(memorySize, cores); }