How can i iterate my json string return from a Java file in JavaScript ?
My JSON string having the following hierarchy;
ResponseObject -> SId -> SeId -> QId-> List of data
. I need to access that list of data by looping through it using JavaScript.