Ok I\'m stumped on this one. I need to iterate through these so I can make a listing by the category so something like
Business Books Book 1
Business Books
Book 1
$.each(window.books,function(k,v){ // k ==== key, v === value // Prints category console.log(k); //Loops through category for(i=0,len=v.length;i