Extracting JSON data from a file using JSONPath
Based on Extracting JSON data from a file using JSONPath without setting a loop
node, this scenario
extracts data under the book array of the JSON file
Store.json by specifying a loop node and the relative
JSON path for each node of interest, and then displays the flat data extracted on the
console.