jomarie04 commited on
Commit
ab339b5
·
verified ·
1 Parent(s): 7fcf727

Create books.jsonl

Browse files
Files changed (1) hide show
  1. books.jsonl +5 -0
books.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"id": 1, "title": "To Kill a Mockingbird", "author": "Harper Lee", "genre": "Fiction", "published_year": 1960}
2
+ {"id": 2, "title": "1984", "author": "George Orwell", "genre": "Dystopian", "published_year": 1949}
3
+ {"id": 3, "title": "The Great Gatsby", "author": "F. Scott Fitzgerald", "genre": "Fiction", "published_year": 1925}
4
+ {"id": 4, "title": "Harry Potter and the Sorcerer's Stone", "author": "J.K. Rowling", "genre": "Fantasy", "published_year": 1997}
5
+ {"id": 5, "title": "The Hobbit", "author": "J.R.R. Tolkien", "genre": "Fantasy", "published_year": 1937}