Skip to content

Instantly share code, notes, and snippets.

@dsandip
Created April 19, 2018 14:38
Show Gist options
  • Select an option

  • Save dsandip/863c49debf1cd8a0c2e6066ca0b01e59 to your computer and use it in GitHub Desktop.

Select an option

Save dsandip/863c49debf1cd8a0c2e6066ca0b01e59 to your computer and use it in GitHub Desktop.
[
{
"title" : "Album1",
"tracks": [
{"id" : 1, "title": "track1"},
{"id" : 2, "title": "track2"}
]
},
{
"title" : "Album2",
"tracks" : []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment