como converter jsonObject em string em java

JSONObject json = new JSONObject();

json.toString();
Tender Tarsier