forked from TIBCOSoftware/tci-flogo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
37 lines (37 loc) · 927 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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"
}
]
}