// API callback
ProcessGBSBookInfo({
  "kind": "books#volumes",
  "totalItems": 2,
  "items": [
    {
      "kind": "books#volume",
      "id": "ZiOTxwEACAAJ",
      "etag": "ONhZWdJRiDo",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/ZiOTxwEACAAJ",
      "volumeInfo": {
        "title": "UGB Kommentar",
        "authors": [
          "Ulrich Torggler"
        ],
        "publishedDate": "2015",
        "industryIdentifiers": [
          {
            "type": "ISBN_10",
            "identifier": "3707331458"
          },
          {
            "type": "ISBN_13",
            "identifier": "9783707331455"
          }
        ],
        "readingModes": {
          "text": false,
          "image": false
        },
        "printType": "BOOK",
        "categories": [
          "Business enterprises"
        ],
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "panelizationSummary": {
          "containsEpubBubbles": false,
          "containsImageBubbles": false
        },
        "language": "en",
        "previewLink": "http://books.google.com/books?id=ZiOTxwEACAAJ&dq=isbn:9783707331455&hl=&cd=1&source=gbs_api",
        "infoLink": "http://books.google.com/books?id=ZiOTxwEACAAJ&dq=isbn:9783707331455&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/UGB_Kommentar.html?hl=&id=ZiOTxwEACAAJ"
      },
      "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=ZiOTxwEACAAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "NONE",
        "quoteSharingAllowed": false
      }
    },
    {
      "kind": "books#volume",
      "id": "s1UojwEACAAJ",
      "etag": "GZ9p++CdtPw",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/s1UojwEACAAJ",
      "volumeInfo": {
        "title": "UGB Kommentar",
        "authors": [
          "Ulrich Torggler"
        ],
        "publishedDate": "2015",
        "industryIdentifiers": [
          {
            "type": "ISBN_10",
            "identifier": "3707331458"
          },
          {
            "type": "ISBN_13",
            "identifier": "9783707331455"
          }
        ],
        "readingModes": {
          "text": false,
          "image": false
        },
        "pageCount": 1900,
        "printType": "BOOK",
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "language": "en",
        "previewLink": "http://books.google.com/books?id=s1UojwEACAAJ&dq=isbn:9783707331455&hl=&cd=2&source=gbs_api",
        "infoLink": "http://books.google.com/books?id=s1UojwEACAAJ&dq=isbn:9783707331455&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/UGB_Kommentar.html?hl=&id=s1UojwEACAAJ"
      },
      "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=s1UojwEACAAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "NONE",
        "quoteSharingAllowed": false
      }
    }
  ]
}
);