Created
October 10, 2011 22:56
-
-
Save pablasso/1276818 to your computer and use it in GitHub Desktop.
JSON stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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