Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Created June 17, 2011 19:31
Show Gist options
  • Save dealingwith/1032122 to your computer and use it in GitHub Desktop.
Save dealingwith/1032122 to your computer and use it in GitHub Desktop.
var stuff = {
"name":""
,"showtimes":{
"Mon":""
,"Tue":""
,"Wed":""
,"Thu":""
,"Fri":""
,"Sat":""
,"Sun":""
}
,"timezone":""
,"links":{
"website":""
,"facebook":""
,"tumblr":""
,"twitter":""
,"email":""
}
,"player_link":""
,"image_url":""
,"description":""
};
$.each(stuff, function(key, val) { console.log(key, val); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment