Total JSON noob here. I\'m trying to cycle through some JSON to pull out the first image from an array inside the object, and after 4 hours of having at it, I\'ve decided I
You could use for ... in
for ... in
for (key in object) { // check match & do stuff }