Skip to content

adamazad/jsonpath-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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