https://github.com/usebruno/json-schema-viewer
JSON Schema Viewer
https://github.com/usebruno/json-schema-viewer
Last synced: 3 months ago
JSON representation
JSON Schema Viewer
- Host: GitHub
- URL: https://github.com/usebruno/json-schema-viewer
- Owner: usebruno
- Created: 2025-09-15T11:26:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-15T11:47:04.000Z (4 months ago)
- Last Synced: 2025-09-26T13:51:58.044Z (4 months ago)
- Language: JavaScript
- Homepage: https://json-schema-viewer-sand.vercel.app
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# JSON Schema Viewer
An app to view and explore JSON schemas in a browser.
## Development
```bash
npm install
npm run dev
```