Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nshah-tibco committed Mar 20, 2019
2 parents a6df490 + 9fd0b1d commit dc88867
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"Book": [
{
"id":1,
"isbn": "1451648537",
"name": "Steve Jobs",
"description": "Biography of Apple Co-Founder Steve Jobs",
"authorName": "Walter Isaacson",
"releaseDate": "2012-10-24",
"vintage": "false",
"signed": "false",
"price": "21.00"
},
{
"id":2,
"isbn": "0385537859",
"name": "Inferno",
"description": "Robert Langdon returns in Dan Brown's latest fast paced action thirller",
"authorName": "Dan Brown",
"releaseDate": "2013-05-14",
"vintage": "false",
"signed": "true",
"price": "14.09"
},
{
"id":3,
"isbn": "0399103421",
"name": "The Godfather",
"description": "The Godfather is an epic story of a New York's top mafia family, loyalty, and how men of honor live in their own world, and die by their own laws.",
"authorName": "Mario Puzo",
"releaseDate": "1969-03-10",
"vintage": "true",
"signed": "true",
"price": "50.00"
}
]
}

0 comments on commit dc88867

Please sign in to comment.