Textbook Format¶
The following is used to format textbooks
Book Data¶
{
"bookTitle": "A really cool title.",
"author": "Pandette the Awesome",
"chapters": [{CHAPTER-OBJECT}]
}
CHAPTER-OBJECT¶
{
"chapterTitle": "An Awesome title",
"words": ["These are the words","Of this book.", "Aren't they awesome?"]
}