BookQueryBE Example JSON Message

BookQueryBE response message in JSON format.

The client sends the following request message in JSON encoded string:

{
  "BookStore": {
    "Book": [
      {
        "Publisher": "Tibco Software Inc",
        "ISBN": "0-06-566778-9",
        "Author": "Vivek Ranadive",
        "Title": "The Power of Now"
      }
    ]
  }
}