Loop through JSON object List March 4, 2023 by Tarik Be careful, d is the list. for (var i = 0; i < result.d.length; i++) { alert(result.d[i].employeename); }