https://github.com/hacimertgokhan/next-json-view
Next.js Json Viewer with canvas. https://www.npmjs.com/package/next-json-view
https://github.com/hacimertgokhan/next-json-view
json-viewer nextjs npm typescript
Last synced: 4 months ago
JSON representation
Next.js Json Viewer with canvas. https://www.npmjs.com/package/next-json-view
- Host: GitHub
- URL: https://github.com/hacimertgokhan/next-json-view
- Owner: hacimertgokhan
- License: mit
- Created: 2024-12-21T23:29:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-22T12:54:24.000Z (over 1 year ago)
- Last Synced: 2025-08-19T17:17:35.703Z (10 months ago)
- Topics: json-viewer, nextjs, npm, typescript
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next Json Viewer
A canvas-based JSON visualizer component for Next.js and React applications.
## Installation
```bash
npm install next-json-view
```
## Usage
```javascript
import { JSONCanvasVisualizer } from 'next-json-view';
const MyComponent = () => {
const data = {
name: "John Doe",
age: 30
};
return (
);
};
```
## Showcase
