Skip to content

Instantly share code, notes, and snippets.

@cbrumelle
Created March 2, 2010 04:57
Show Gist options
  • Select an option

  • Save cbrumelle/319153 to your computer and use it in GitHub Desktop.

Select an option

Save cbrumelle/319153 to your computer and use it in GitHub Desktop.
var data = {"listendata" : {
"genre_id":0,
"genre_name":"all",
"counts":[112,32,12,312,43,1],
"total":30303030,
"children": {
"genre_id":12,
"genre_name":"rock",
"counts":[112,32,12,312,43,1],
"total":434,
"children": {
"genre_id":12,
"genre_name":"metal",
"counts":[112,32,12,312,43,1],
"total":434 }
}
}, "trackdata" : {
"genre_id":0,
"genre_name":"all",
"counts":[112,32,12,312,43,1],
"total":20234,
"children": {
"genre_id":12,
"genre_name":"rock",
"counts":[112,32,12,312,43,1],
"total":434,
"children": {
"genre_id":12,
"genre_name":"metal",
"counts":[112,32,12,312,43,1],
"total":434 }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment