Skip to content

Instantly share code, notes, and snippets.

@susanBuck
Last active August 29, 2015 14:03
Show Gist options
  • Save susanBuck/1e46ca463e6d15ffa1b1 to your computer and use it in GitHub Desktop.
Save susanBuck/1e46ca463e6d15ffa1b1 to your computer and use it in GitHub Desktop.
Sample data for Foobooks
{
"The Great Gatsby": {
"id" : 0,
"author": "F. Scott Fitzgerald",
"tags" : ["novel","fiction","classic","wealth"],
"published" : 1925,
"cover" : "http://img2.imagesbn.com/p/9780743273565_p0_v4_s114x166.JPG",
"purchase_link" : "http://www.barnesandnoble.com/w/the-great-gatsby-francis-scott-fitzgerald/1116668135?ean=9780743273565"
},
"The Bell Jar": {
"id" : 1,
"author": "Sylvia Plath",
"tags" : ["novel","fiction","classic","women"],
"published" : 1963,
"cover" : "http://img1.imagesbn.com/p/9780061148514_p0_v2_s114x166.JPG",
"purchase_link" : "http://www.barnesandnoble.com/w/bell-jar-sylvia-plath/1100550703?ean=9780061148514"
},
"I Know Why the Caged Bird Sings": {
"id" : 2,
"author": "Maya Angelou",
"tags" : ["autobiography","nonfiction","classic","women"],
"published" : 1969,
"cover" : "http://img1.imagesbn.com/p/9780345514400_p0_v1_s114x166.JPG",
"purchase_link" : "http://www.barnesandnoble.com/w/i-know-why-the-caged-bird-sings-maya-angelou/1100392955?ean=9780345514400"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment