how do i go through a json array and print out the values in a webpage code example
Example: hwo to access arary in json
console.log(dataJS);
console.log(dataJS[0].eee1);
console.log(dataJS[0].comments[0]);
console.log(dataJS);
console.log(dataJS[0].eee1);
console.log(dataJS[0].comments[0]);