I need to search through JSON data and find every object that contains the \"kind\" \"playlist\" and then go through the tracks and pull information which will be put into a hmt
try this code:
var objJson = jQuery.parseJSON(json); jQuery.each(objJson , function(i, val) { alert(val); });