Java Gson String to json

JsonObject convertedObject = new Gson().fromJson(json, JsonObject.class);
oranje