Java GSON String para JSON

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