I want to read the data from JSONObject and display it in the form of HTML table format.My JSP page returns JSONObject,it contains all the data,I want to retrieve particular data from JSONObject and I need to display in table format in my JSP not using Javascript.