Created
April 6, 2024 10:47
-
-
Save jitvimol/824affb08d7a2ad23777ed937589c291 to your computer and use it in GitHub Desktop.
sample_best_selling_book
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Atomic Habits", | |
"author": "James Clear", | |
"year_published": 2018, | |
"genres": ["Self-help", "Psychology", "Business"], | |
"summary": "Atomic Habits offers a proven framework for improving every day. James Clear, one of the world's leading experts on habit formation, reveals practical strategies that will teach you exactly how to form good habits, break bad ones, and master the tiny behaviors that lead to remarkable results.", | |
"publisher": "Avery", | |
"isbn": "978-0735211292", | |
"pages": 320, | |
"language": "English", | |
"best_seller_rank": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment