A visuzlier for JSON search, using JSONPath to annotate query's path.
Clone the project:
$ git clone https://github.com/adamazad/jsonpath-visualizer.git
Install dependencies via NPM:
$ npm install
Via Yarn:
$ yarn install
Compile and deploy (in dev mode)
$ yarn start