Java Gson String to Json

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