Java Gson String ke JSON

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