Socket
Socket
Sign inDemoInstall

jsoncrack-react

Package Overview
Dependencies
7
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jsoncrack-react

JSON Crack illustrates json data onto interactive graphs.


Version published
Weekly downloads
4
decreased by-66.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source
diagram

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.

FAQs

Last updated on 18 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc