Dhanraj Padmashali
Dhanraj Padmashali
Using code from demo. Only change is the dataset. Mine has 50 items.
It took me a while to figure this one out, so bear with the long description. I am currently using `gatsby-source-git` to source MD files from another Git repo. We'll...
given the code below: ```js var jp = require("jsonpath") var data = { "store": { "book": [ { "category": "reference", "author": "Nigel Rees", "title": "Sayings of the Century", "price": 8.95...