0.0.1-beta.1 • Published 2 years ago
jsoncrack-react v0.0.1-beta.1
jsoncrack-react
Graph visualization component of JSON Crack.
Commercial Usage
For commercial usage please contact contact@jsoncrack.com.
Installation
npm install jsoncrack-reactQuick 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 contact@jsoncrack.com.