// API callback
ProcessGBSBookInfo({
  "kind": "books#volumes",
  "totalItems": 1,
  "items": [
    {
      "kind": "books#volume",
      "id": "VpA8MwEACAAJ",
      "etag": "bxcKvsVmScI",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/VpA8MwEACAAJ",
      "volumeInfo": {
        "title": "Praxisorientierte Einführung ins Privatrecht",
        "subtitle": "methodische Grundlagen - angewandt auf Haftpflichtrecht, Persönlichkeitsschutz und Sachenrecht",
        "authors": [
          "Peter Münch",
          "Margherita Bortolani-Slongo",
          "Roger Müller"
        ],
        "publishedDate": "2012",
        "industryIdentifiers": [
          {
            "type": "ISBN_10",
            "identifier": "3725565198"
          },
          {
            "type": "ISBN_13",
            "identifier": "9783725565191"
          }
        ],
        "readingModes": {
          "text": false,
          "image": false
        },
        "pageCount": 204,
        "printType": "BOOK",
        "categories": [
          "Civil law"
        ],
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "language": "en",
        "previewLink": "http://books.google.com/books?id=VpA8MwEACAAJ&dq=isbn:9783725565191&hl=&cd=1&source=gbs_api",
        "infoLink": "http://books.google.com/books?id=VpA8MwEACAAJ&dq=isbn:9783725565191&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/Praxisorientierte_Einf%C3%BChrung_ins_Privat.html?hl=&id=VpA8MwEACAAJ"
      },
      "saleInfo": {
        "country": "US",
        "saleability": "NOT_FOR_SALE",
        "isEbook": false
      },
      "accessInfo": {
        "country": "US",
        "viewability": "NO_PAGES",
        "embeddable": false,
        "publicDomain": false,
        "textToSpeechPermission": "ALLOWED",
        "epub": {
          "isAvailable": false
        },
        "pdf": {
          "isAvailable": false
        },
        "webReaderLink": "http://play.google.com/books/reader?id=VpA8MwEACAAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "NONE",
        "quoteSharingAllowed": false
      }
    }
  ]
}
);