Skip to content

Instantly share code, notes, and snippets.

@pablasso
Created October 10, 2011 22:56
Show Gist options
  • Save pablasso/1276818 to your computer and use it in GitHub Desktop.
Save pablasso/1276818 to your computer and use it in GitHub Desktop.
JSON stuff
{
"total":1,
"page":1,
"limit":1,
"artists":[
{
"id":"172032211301443675536147328123616447779",
"name":"I haz a band",
"avatar":"http://example.com/avatar.jpg",
"bio":"Some totally awesome description right here",
"country":"Mexico",
"genres":[
"pop",
"rock"
],
"pictures":[
{
"id":"143797433975575468721035828015723608282",
"is_current":"false",
"url":"http://example.com/picture.jpg"
},
{
"id":"143797433975575468721035828015723608282",
"is_current":"false",
"url":"http://example.com/picture2.jpg"
}
],
"songs":[
{
"id":"143797433975575468721035828015723608282",
"name":"I haz a song name",
"mp3":"http://example.com/song.mp3",
"ogg":"http://example.com/song.ogg"
},
{
"id":"143797433975575468721035828015723608282",
"name":"I haz a name too",
"mp3":"http://example.com/song.mp3",
"ogg":"http://example.com/song.ogg"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment