0.0.1-beta.1 • Published 8 months ago

jsoncrack-react v0.0.1-beta.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 months ago

jsoncrack-react

Graph visualization component of JSON Crack.

Commercial Usage

For commercial usage please contact contact@jsoncrack.com.

Installation

    npm install jsoncrack-react

Quick Start

const json = JSON.stringify({
    "id": "1",
    "name": "aykut",
});

<Graph json={json}>
ValueNotes
jsonJSON string
layoutlayout options
onNodeClicktriggered when clicked on a node
onLayoutChangetriggered after graph paint

License

This project is licensed under Apache-2.0.

For commercial usage please contact contact@jsoncrack.com.