Skip to content

Instantly share code, notes, and snippets.

@brunoziie
Created May 21, 2014 05:40
Show Gist options
  • Save brunoziie/14fc3fb671a6bed4e888 to your computer and use it in GitHub Desktop.
Save brunoziie/14fc3fb671a6bed4e888 to your computer and use it in GitHub Desktop.
JSON para projeto de android na Unibratec
{
"title": "O Melhor da indie music",
"musics": [
{
"title": "What So Not - High You Are (Branchez Remix)",
"url": "https://www.youtube.com/watch?v=B2m_WnXjqnM",
"thumb": "http://img.youtube.com/vi/B2m_WnXjqnM/maxresdefault.jpg",
"duration": "3:33"
},
{
"title": "Justamente - Nação Zumbi interpreta Mombojó",
"url": "https://www.youtube.com/watch?v=jJZsccrph7w",
"thumb": "http://img.youtube.com/vi/jJZsccrph7w/maxresdefault.jpg",
"duration": "4:36"
},
{
"title": "Coldplay - Easy to please",
"url": "https://www.youtube.com/watch?v=AiiOpHEAda4",
"thumb": "http://img.youtube.com/vi/AiiOpHEAda4/maxresdefault.jpg",
"duration": "3:01"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment