NPP-JSONViewer / JSON-Viewer

A JSON viewer plugin for Notepad++. Displays the selected JSON string in a tree view.
MIT License
746 stars 151 forks source link

JSON Viewer, auto closes previous element when selecting next #199

Open treflip opened 3 weeks ago

treflip commented 3 weeks ago

Thanks for making this great plugin, was able to parse >200mb json file...even google recommended viewer said no :D

When selecting the nodes to validate my data the previous node is being auto closed. The ones before the previous aren't touched. I assume this is to make it so it closes them all as you walk the tree...

Maybe a config file where we can adjust preferences would be nice? I see a lot of requests so no rush, for now I can select the second node ahead of the current one (since the next node is not open yet) and that seems to be a work around for now.

Cheers!

SinghRajenM commented 2 days ago

Thanks for suggestion. I will evaluate this.