vue-json-pretty
vue-json-pretty copied to clipboard
[feature] add option to expand all children nodes under expanded parent node
By setting deep:1 I can collapse all nodes by default, but then if I want to fully expand one node I have to click on every child of that node (and their child nodes), which is not very convenient.

There should be an option to allow expanding all children nodes when parent node is expanded.
+1