Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.40 KB | None | 0 0
  1. {
  2.   "owner" : "Kaleidox",
  3.   "bookshelves" : [ {
  4.     "bookCount" : 4,
  5.     "description" : "Drama Books",
  6.     "books" : [ {
  7.       "title" : "Romeo & Juliet",
  8.       "authors" : [ "William Shakespeare" ],
  9.       "pageCount" : 480
  10.     }, {
  11.       "title" : "Hamlet",
  12.       "authors" : [ "William Shakespeare" ],
  13.       "pageCount" : 85
  14.     }, {
  15.       "pageCount" : 85,
  16.       "authors" : [ "William Shakespeare" ],
  17.       "title" : "Hamlet"
  18.     }, {
  19.       "pageCount" : 321,
  20.       "authors" : [ "Joanne K. Rowling", "Jack Thorne", "John Tiffany" ],
  21.       "title" : "Harry Potter and the Cursed Child"
  22.     } ]
  23.   }, {
  24.     "books" : [ {
  25.       "authors" : [ "Caroline Fyffe" ],
  26.       "pageCount" : 348,
  27.       "title" : "An American Duchess"
  28.     }, {
  29.       "title" : "Now and Forever",
  30.       "pageCount" : 240,
  31.       "authors" : [ "Achy Obejas", "Megan Maxwell" ]
  32.     }, {
  33.       "authors" : [ "Alisha Rai" ],
  34.       "title" : "The Right Swipe",
  35.       "pageCount" : 400
  36.     } ],
  37.     "description" : "Romance Shelf",
  38.     "bookCount" : 3
  39.   }, {
  40.     "books" : [ {
  41.       "title" : "Sapiens: A Brief History of Humankind",
  42.       "pageCount" : 443,
  43.       "authors" : [ " Yuval Noah Harari" ]
  44.     }, {
  45.       "pageCount" : 559,
  46.       "authors" : [ "Donna Tartt" ],
  47.       "title" : "The Secret History"
  48.     } ],
  49.     "description" : "History Shelf",
  50.     "bookCount" : 2
  51.   } ]
  52. }
  53.  
  54. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement