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
- Host: GitHub
- URL: https://github.com/adamazad/jsonpath-visualizer
- Owner: adamazad
- Created: 2020-08-28T10:46:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:29:59.000Z (over 3 years ago)
- Last Synced: 2025-01-11T06:16:07.409Z (over 1 year ago)
- Topics: json, jsonpath, visualization
- Language: JavaScript
- Homepage: http://adamazad.github.io/jsonpath-visualizer
- Size: 3.35 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```