Extracting JSON data from a file using XPath
       Based on Extracting JSON data from a file using JSONPath without setting a loop
		node, this
		scenario extracts the store name and the book information from the JSON file Store.json using XPath queries and displays the flat data
		extracted on the console.