Initial commit
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
commit
71c14cae9d
3 changed files with 107 additions and 0 deletions
58
data.json
Normal file
58
data.json
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"books": [
|
||||
{
|
||||
"title": "The Bands of Mourning",
|
||||
"author": "Brandon Sanderson",
|
||||
"year": 2016,
|
||||
"pages": 336,
|
||||
"isbn": "9781466862678",
|
||||
"startDate": "2022-01-14",
|
||||
"endDate": null
|
||||
},
|
||||
{
|
||||
"title": "Shadows of Self",
|
||||
"author": "Brandon Sanderson",
|
||||
"year": 2015,
|
||||
"pages": 384,
|
||||
"isbn": "9781466862661",
|
||||
"startDate": "2020-02-06",
|
||||
"endDate": "2022-01-13"
|
||||
},
|
||||
{
|
||||
"title": "The Alloy of Law",
|
||||
"author": "Brandon Sanderson",
|
||||
"year": 2011,
|
||||
"pages": 336,
|
||||
"isbn": "9781429994897",
|
||||
"startDate": "2020-01-30",
|
||||
"endDate": "2020-02-06"
|
||||
},
|
||||
{
|
||||
"title": "The Hero of Ages",
|
||||
"author": "Brandon Sanderson",
|
||||
"year": 2008,
|
||||
"pages": 576,
|
||||
"isbn": "9781429960304",
|
||||
"startDate": "2020-01-23",
|
||||
"endDate": "2020-01-29"
|
||||
},
|
||||
{
|
||||
"title": "The Well of Ascension",
|
||||
"author": "Brandon Sanderson",
|
||||
"year": 2007,
|
||||
"pages": 592,
|
||||
"isbn": "9781429961813",
|
||||
"startDate": "2018-08-01",
|
||||
"endDate": "2020-01-23"
|
||||
},
|
||||
{
|
||||
"title": "The Final Empire",
|
||||
"author": "Brandon Sanderson",
|
||||
"year": 2006,
|
||||
"pages": 544,
|
||||
"isbn": "9781429914567",
|
||||
"startDate": "2016-09-18",
|
||||
"endDate": "2018-08-01"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue