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