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

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

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

![img.png](img.png)