JSON Crack's Official Visual Studio Code Extension that visualizes JSON data as an interactive diagram. The extension parses the open JSON file and displays its structure as a connected graph where nodes represent objects, arrays, and values.
This is an extension brought by ToDiagram.
- Install the JSON Crack extension from the VS Code marketplace.
- Open a JSON file.
- Click on the JSON Crack icon in the menubar at top right.
- Run
npx yarn install - For every change, run
npm run build - Press F5 to debug