https://github.com/dhruv-kumar-jha/json-visualization
Beautiful JSON Visualizer
https://github.com/dhruv-kumar-jha/json-visualization
create-react-app json json-parser jsonpath jsonpath-query react react-virtualized visualization
Last synced: about 1 year ago
JSON representation
Beautiful JSON Visualizer
- Host: GitHub
- URL: https://github.com/dhruv-kumar-jha/json-visualization
- Owner: dhruv-kumar-jha
- Created: 2020-08-26T12:48:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T12:06:45.000Z (over 5 years ago)
- Last Synced: 2025-01-20T19:24:53.434Z (about 1 year ago)
- Topics: create-react-app, json, json-parser, jsonpath, jsonpath-query, react, react-virtualized, visualization
- Language: JavaScript
- Homepage: https://json-visualization.netlify.app/
- Size: 1.06 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Beautiful JSON Visualizer
Upload your JSON document and visualize it, query it using JSONPath.

## Features
1. Upload JSON File
2. Fetch JSON file via URL
3. Load a sample JSON file for testing
Once the file is loaded, User can easily interact with the document using JSONPath syntax - All the matches will be highlighted and toggle to expand/collapse the nodes.