Skip to content

Instantly share code, notes, and snippets.

@faddah
Created September 23, 2014 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faddah/6f8628fb0eaeed01aead to your computer and use it in GitHub Desktop.
Save faddah/6f8628fb0eaeed01aead to your computer and use it in GitHub Desktop.
Record Album JSON examples
{
"The Rise and Fall of Ziggy Stardust and the Spiders From Mars" : {
"artist" : "David Bowie"
"songs" : ["Five Years","Soul Love","Moonage Dream","Starman","It Ain't Easy","It Ain't Easy","Lady Stardust","Star","Hang On To Yourself","Ziggy Stardust","Sufragette City","Rock 'N' Roll Suicide"]
"label" : ["Emi","RCA Records"]
"yearReleased" : 1972
}
"Olé ELO": {
"artist" : ["Electric Light Orchestra","ELO"]
"songs" : ["10538 Overture","Kuiama","Roll Over Beethoven","Shut Down","Ma-Ma-Ma Belle","Can't Get It Out Of My Head","Boy Blue","Evil Woman","Strange Magic"]
"label" : "United Artists"
"yearReleased" : 1976
}
"American Idiot": {
"artist" : "Green Day"
"songs" : ["American Idiot","Jesus Of Suburbia","Holiday","Holiday/Boulevard Of Broken Dreams","Boulevard Of Broken Dreams","Are We Waiting/St. Jimmy","Are We Waiting","Give Me Novacane","She's A Rebel","St. Jimmy","Extraordinary Girl/Letterbomb","Wake Me When September Ends","Give Me Novacane","Homecoming I. The Death of St. Jimmy II. East 12th St. III. Nobody Likes You (Mike Dirnt) IV. Rock and Roll Girlfriend (Tré Cool) V. We're Coming Home Again","Whatsername"]
"label" : "Reprise"
"yearReleased" : 2004
}
"The Woods": {
"artist" : "Sleater-Kinney"
"songs" : ["The Fox","Wilderness","What's Mine Is Yours","Jumpers","Modern Girl","Entertain","Rollercoaster","Steep Air","Let's Call It Love","Night Light","Everything","The Fox (live)"]
"label" : "Sub Pop"
"yearReleased" : 2005
}
"Evil Friends": {
"artist" : "Portugal. The Man"
"songs" : ["Plastic Soldiers","Creep in a T-Shirt","Evil Friends","Modern Jesus","Hip Hop Kids","Atomic Man","Sea of Air","Waves","Holy Roller (Hallelujah)","Someday Believers","Purple Yellow Red and Blue","Smile"]
"label" : "Atlantic"
"yearReleased" : 2013
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment