I am getting a JSON response in the content page by dragging my component from the sidekick.I want each value of JSON object to be displayed in my JSP page and that should be in HTML table format.Can you suggest any reference link regarding this
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.