// API callback
ProcessGBSBookInfo({
  "kind": "books#volumes",
  "totalItems": 2,
  "items": [
    {
      "kind": "books#volume",
      "id": "4CN-xwEACAAJ",
      "etag": "CE06qhqFE6I",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/4CN-xwEACAAJ",
      "volumeInfo": {
        "title": "Münchener Vertragshandbuch",
        "authors": [
          "Martin Heidenhain",
          "Rolf A. Schütze",
          "Sebastian Herrler",
          "Marc Baltus",
          "Markus S. Rieder"
        ],
        "publishedDate": "2011",
        "industryIdentifiers": [
          {
            "type": "ISBN_10",
            "identifier": "3406612911"
          },
          {
            "type": "ISBN_13",
            "identifier": "9783406612916"
          }
        ],
        "readingModes": {
          "text": false,
          "image": false
        },
        "pageCount": 1295,
        "printType": "BOOK",
        "categories": [
          "Contracts"
        ],
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "panelizationSummary": {
          "containsEpubBubbles": false,
          "containsImageBubbles": false
        },
        "imageLinks": {
          "smallThumbnail": "http://books.google.com/books/content?id=4CN-xwEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
          "thumbnail": "http://books.google.com/books/content?id=4CN-xwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
        },
        "language": "en",
        "previewLink": "http://books.google.com/books?id=4CN-xwEACAAJ&dq=isbn:9783406612916&hl=&cd=1&source=gbs_api",
        "infoLink": "http://books.google.com/books?id=4CN-xwEACAAJ&dq=isbn:9783406612916&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/M%C3%BCnchener_Vertragshandbuch.html?hl=&id=4CN-xwEACAAJ"
      },
      "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=4CN-xwEACAAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "NONE",
        "quoteSharingAllowed": false
      }
    },
    {
      "kind": "books#volume",
      "id": "3CB7AQAACAAJ",
      "etag": "ofYCiOLy0PI",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/3CB7AQAACAAJ",
      "volumeInfo": {
        "title": "Münchener Vertragshandbuch",
        "authors": [
          "Rolf A. Schütze",
          "Joachim Friedrich Bartels",
          "Michael Bartsch",
          "Christoph von Bernstorff",
          "Lutz Weipert",
          "Peter Chrocziel",
          "Dietmar Ehrlich",
          "Christoph Kleyensteuber",
          "Thomas Kantenwein",
          "Gerrit Langenfeld",
          "Michael Martinek",
          "Burghard Piltz",
          "Vivienne E. Pitroff",
          "Wolfgang Rosener",
          "Franz-Jörg Semler",
          "Roderich C. Thümmel",
          "Friedrich von Westphalen"
        ],
        "publishedDate": "2012",
        "industryIdentifiers": [
          {
            "type": "ISBN_10",
            "identifier": "3406612911"
          },
          {
            "type": "ISBN_13",
            "identifier": "9783406612916"
          }
        ],
        "readingModes": {
          "text": false,
          "image": false
        },
        "pageCount": 1295,
        "printType": "BOOK",
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "panelizationSummary": {
          "containsEpubBubbles": false,
          "containsImageBubbles": false
        },
        "imageLinks": {
          "smallThumbnail": "http://books.google.com/books/content?id=3CB7AQAACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
          "thumbnail": "http://books.google.com/books/content?id=3CB7AQAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
        },
        "language": "en",
        "previewLink": "http://books.google.com/books?id=3CB7AQAACAAJ&dq=isbn:9783406612916&hl=&cd=2&source=gbs_api",
        "infoLink": "http://books.google.com/books?id=3CB7AQAACAAJ&dq=isbn:9783406612916&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/M%C3%BCnchener_Vertragshandbuch.html?hl=&id=3CB7AQAACAAJ"
      },
      "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=3CB7AQAACAAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "NONE",
        "quoteSharingAllowed": false
      }
    }
  ]
}
);