I am learning about javascript and json objects and arrays. I have been given task of iterating following array:
{"6784":
{"OD":
[
{
"od_id":"587641",
"cl_type":"scl",
"cl_eye":"OD"
}
],
}
{"OS":
[
{
"od_id":"587641",
"cl_type":"scl",
"cl_eye":"OD"
}
],
}
}
I have tried to iterate with simple for loop and jquery each, but it is not working. The condition is that we do not know any key name.