jsoncrack-react
Graph visualization component of JSON Crack.
Commercial Usage
For commercial usage please contact [email protected].
Installation
npm install jsoncrack-react
Quick Start
const json = JSON.stringify({
"id": "1",
"name": "aykut",
});
<Graph json={json}>
| Value | Notes |
|---|---|
| json | JSON string |
| layout | layout options |
| onNodeClick | triggered when clicked on a node |
| onLayoutChange | triggered after graph paint |
License
This project is licensed under Apache-2.0.
For commercial usage please contact [email protected].
