BookQuery Example JSON Transformed Response

JSON response message for BookQuery example.

The following is the transformed JSON response message from the XSLT defined as Example XSLT to Convert BookQuery XML Response to JSON Response.

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