{
  "books": [
    {
      "title": "Pride and Prejudice",
      "author": "Jane Austen",
      "year": 1813,
      "coverStyle": 0,
      "excerpts": [
        {
          "title": "A truth universally acknowledged",
          "text": "It is a truth universally acknowledged, that a single man in possession of a good fortune, must be in want of a wife. However little known the feelings or views of such a man may be on his first entering a neighbourhood, this truth is so well fixed in the minds of the surrounding families, that he is considered as the rightful property of some one or other of their daughters.",
          "tags": ["irony", "narration"],
          "verse": false
        }
      ]
    },
    {
      "title": "Romeo and Juliet",
      "author": "William Shakespeare",
      "year": 1597,
      "coverStyle": 4,
      "excerpts": [
        {
          "title": "The Prologue",
          "text": "Two households, both alike in dignity,\nIn fair Verona, where we lay our scene,\nFrom ancient grudge break to new mutiny,\nWhere civil blood makes civil hands unclean.",
          "tags": ["sonnet", "foreshadowing"],
          "verse": true
        }
      ]
    },
    {
      "title": "Their Eyes Were Watching God",
      "author": "Zora Neale Hurston",
      "year": 1937,
      "coverStyle": 1,
      "excerpts": []
    }
  ]
}
