AykutSarac / jsoncrack-vscode

VS Code extension of JSON Crack. Convert your JSON files into graphs with a single click and view them onto graphs.

Home Page:https://marketplace.visualstudio.com/items?itemName=AykutSarac.jsoncrack-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hanlde large json files

Fred-O-Nyarko opened this issue · comments

Feature

I have a json file which has 22380 lines of json code. The tool crashes when I try to visualise the file contents.
Can we find a way to support rendering large json files?

Alternative solutions or implementations

No response

Other context

No response

We need a canvas library to render graph, currently we render it as html elements.

ok this is a cool feature request we need to add.