Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 379 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 379 Bytes

JSONPath Visualizer

A visuzlier for JSON search, using JSONPath to annotate query's path.

Run

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