// API callback
ProcessGBSBookInfo({
  "kind": "books#volumes",
  "totalItems": 2,
  "items": [
    {
      "kind": "books#volume",
      "id": "ZHbUvwEACAAJ",
      "etag": "RUuHJKzn+/A",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/ZHbUvwEACAAJ",
      "volumeInfo": {
        "title": "Schweizerisches Zivilgesetzbuch mit Obligationenrecht",
        "subtitle": "Textausgabe mit Anhängen, Querverweisen, Sachregister und Anmerkungen",
        "publishedDate": "2018",
        "industryIdentifiers": [
          {
            "type": "ISBN_10",
            "identifier": "3725578370"
          },
          {
            "type": "ISBN_13",
            "identifier": "9783725578375"
          }
        ],
        "readingModes": {
          "text": false,
          "image": false
        },
        "printType": "BOOK",
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "panelizationSummary": {
          "containsEpubBubbles": false,
          "containsImageBubbles": false
        },
        "language": "de",
        "previewLink": "http://books.google.com/books?id=ZHbUvwEACAAJ&dq=isbn:9783725578375&hl=&cd=1&source=gbs_api",
        "infoLink": "http://books.google.com/books?id=ZHbUvwEACAAJ&dq=isbn:9783725578375&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/Schweizerisches_Zivilgesetzbuch_mit_Obli.html?hl=&id=ZHbUvwEACAAJ"
      },
      "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=ZHbUvwEACAAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "NONE",
        "quoteSharingAllowed": false
      }
    },
    {
      "kind": "books#volume",
      "id": "BttDuwEACAAJ",
      "etag": "MINwYM1abqQ",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/BttDuwEACAAJ",
      "volumeInfo": {
        "title": "Schweizerisches Zivilgesetzbuch mit Obligationenrecht",
        "subtitle": "Textausgabe mit Anhängen, Querverweisen, Sachregister und Anmerkungen",
        "publishedDate": "2018",
        "industryIdentifiers": [
          {
            "type": "ISBN_10",
            "identifier": "3725578370"
          },
          {
            "type": "ISBN_13",
            "identifier": "9783725578375"
          }
        ],
        "readingModes": {
          "text": false,
          "image": false
        },
        "printType": "BOOK",
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "panelizationSummary": {
          "containsEpubBubbles": false,
          "containsImageBubbles": false
        },
        "language": "de",
        "previewLink": "http://books.google.com/books?id=BttDuwEACAAJ&dq=isbn:9783725578375&hl=&cd=2&source=gbs_api",
        "infoLink": "http://books.google.com/books?id=BttDuwEACAAJ&dq=isbn:9783725578375&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/Schweizerisches_Zivilgesetzbuch_mit_Obli.html?hl=&id=BttDuwEACAAJ"
      },
      "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=BttDuwEACAAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "NONE",
        "quoteSharingAllowed": false
      }
    }
  ]
}
);