jsoncrack.com icon indicating copy to clipboard operation
jsoncrack.com copied to clipboard

Re-draw when collapsing very large nodes

Open pbiology opened this issue 2 years ago • 1 comments

Feature

When adding a lot of information to a node, the three will obviously become very large. However, the tree remains this massive even if I collapse the huge node. Would it be possible to re-draw the tree if collapsing nodes.

Without this it becomes very hard to use JSON crack for large JSON files

Alternative solutions or implementations

Or perhaps one could have a "don't show in tree" option for a node

Other context

No response

pbiology avatar Nov 06 '23 07:11 pbiology

Nodes are currently hidden via visibility, a functional re-render will be a huge load especially for larger files. There's a plan to improve visualization for bigger data in the roadmap of this year.

AykutSarac avatar Feb 03 '24 13:02 AykutSarac