how to parse JSON object containing JSon arrars 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]);