I am facing an issue by trying to loop through arrays/objects. When I loop through the set of arrays, showed by the screendump, it just output blank results. But when I console.log the data I am trying to loop through, it shows up like the screendump below. The main problem is that I can't loop through the data for some reason.
Edit: systems variable, is containing the output of the objects/array
I have tried this, but that output blank:
$.each(systems, function(index, value){
console.log(value);
})