JSONObject json = new JSONObject();
json .put("json", collection/object);
request.setAttribute("jsonObject", json.toString());
JSONObject json = new JSONObject();
json .put("json", collection/object);
request.setAttribute("jsonObject", json.toString());