Is there an easy way to loop through an object and find all strings with something like
var types = [ ".jpg" , ".png" , ".mp3 ", ".mp4"];
The Object contains lots of sub-objects that may or may not have media files in them .
I just want a list of all media files in there?