-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/TIBCOSoftware/tci-flogo
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |