I have JSON data stored in a DB table in string format.
Requirement is to show this on JSP page may be in some basic readable format(A table with two coloums-Name,value).
Please help.
Thank You.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Convert
jsonStringtojsonObjectusing json or gson parser API. Once you’ve objects then you can easily format the data and show them on web-page via EL, JSTL.