-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbestof_books.json
More file actions
35 lines (35 loc) · 798 Bytes
/
bestof_books.json
File metadata and controls
35 lines (35 loc) · 798 Bytes
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
{
"title": "Best Books",
"description": "",
"content": [{
"title": "Oathbringer by Brandon Sanderson",
"description": "",
"id": "Oathbringer"
},
{
"title": "Mistborn by Brandon Sanderson",
"description": "",
"id": "Mistborn"
},
{
"title": "A Dance With Dragons by George R R Martin",
"description": "",
"id": "ADanceWithDragons"
},
{
"title": "Lord Of The Rings by J R R Tolkien",
"description": "",
"id": "LordOfTheRings"
},
{
"title": "Mass Effect by Drew Karpyshyn",
"description": "",
"id": "MassEffect"
},
{
"title": "Shannara by Terry Brooks",
"description": "",
"id": "Shannara"
}
]
}