Replies: 1 comment
-
For arrays, the editor only renders the first 100 items, and allows to expand other items. That keeps it fast for large arrays since the rendering is the heaviest part. For objects, there is not yet such an optimization because it isn't a common use case. It would be great of course to implement the same mechanism for objects. I'll move this idea to the ideas section. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use svelte-jsoneditor in tree mode, for a json object having 40000 children k-v,it will hang up chrome, how can I limit json tree that show at most 1000 children default(if over 1000 children, then show click button to loading next 1000 children)
Beta Was this translation helpful? Give feedback.
All reactions