Skip to content

Instantly share code, notes, and snippets.

@bsstoner
Created February 13, 2011 01:59
Show Gist options
  • Save bsstoner/824346 to your computer and use it in GitHub Desktop.
Save bsstoner/824346 to your computer and use it in GitHub Desktop.
{
creator: {
fbId: 12345,
name: "Brian Stoner"
},
friend_queue: [
'http://a6.sphotos.ak.fbcdn.net/hphotos-ak-snc4/46327_751529381931_32471_40134857_189347_n.jpg',
'http://a1.sphotos.ak.fbcdn.net/hphotos-ak-ash2/60009_758235258301_32471_40319103_1596769_n.jpg',
'http://a3.sphotos.ak.fbcdn.net/hphotos-ak-snc4/38320_741291478771_32471_39785387_5405113_n.jpg'
],
word_queues: [
{
word:'turtle',
slides: [
'http://www.waynet.org/waynet/spotlight/2004/images/07/turtle640.jpg',
'http://www.mschick.com/Pictures/Animals/Generic%2520Turtle.jpg',
'http://www.costarica-discover-it.com/images/green-sea-turtle.jpg'
]
},
{
word:'Chuck Norris',
slides: [
'http://jokes.blogsavy.com/files/2009/01/chuck-norris.jpg',
'http://2.bp.blogspot.com/_9UxHwUfG2qQ/TGj7AW9KgGI/AAAAAAAAA98/rRIo3TZHaSg/s1600/chuck_norris.jpg'
]
}
],
song: {
name: "Something",
url: "http://youtube.com/",
beats: [1,2,3,4,5,6]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment