An open API service indexing awesome lists of open source software.

https://github.com/adamazad/jsonpath-visualizer

A JSON Visualizer with support for JSONPath
https://github.com/adamazad/jsonpath-visualizer

json jsonpath visualization

Last synced: 2 months ago
JSON representation

A JSON Visualizer with support for JSONPath

Awesome Lists containing this project

README

          

# 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](https://npmjs.com):
```
$ npm install
```

Via [Yarn](https://yarn.org):
```
$ yarn install
```

Compile and deploy (in dev mode)

```
$ yarn start
```