-
Notifications
You must be signed in to change notification settings - Fork 0
/
books.json
1 lines (1 loc) · 1.17 KB
/
books.json
1
[{"book_id": 1, "name": "The Great Gatsby", "author": "F. Scott Fitzgerald", "year": 1991, "type": 1, "status": false}, {"book_id": 2, "name": "Molloy, Malone Dies, The Unnamable, the trilogy", "author": "Samuel Beckett", "year": 1955, "type": 2, "status": false}, {"book_id": 3, "name": "Bostan", "author": "Saadi", "year": 1448, "type": 3, "status": false}, {"book_id": 4, "name": "Absalom, Absalom!", "author": "William Faulkner", "year": 1936, "type": 3, "status": false}, {"book_id": 5, "name": "Great Expectations", "author": "Charles Dickens", "year": 1861, "type": 3, "status": false}, {"book_id": 6, "name": "The Epic Of Gilgamesh", "author": "Gilgamesh", "year": -2100, "type": 3, "status": false}, {"book_id": 7, "name": "The Adventures of Huckleberry Finn", "author": "Mark Twain", "year": 1885, "type": 2, "status": false}, {"book_id": 8, "name": "Hamlet", "author": "William Shakespeare", "year": 1601, "type": 3, "status": false}, {"book_id": 9, "name": "Moby Dick", "author": "William Herman Melville", "year": 1851, "type": 1, "status": false}, {"book_id": 10, "name": "The Hitchhikers Guide to the Galaxy", "author": "Douglas Adams", "year": 1980, "type": 1, "status": false}]