Smaller tree structure with parenthesizes
A JSON viewer plugin for notepad++
Brought to you by:
kapilratnani
Use parenthesizes instead of the extra tree item to identify the type
Example:
JSON (Object)
--testobject (Object)
----testbool (boolean): true
------teststring (string): hello!
------testarray (array)
--------[0] (string): hello again!
--------[1] (string): meh!
I hope you get what I mean.
Please implement this so we don't have to press the plus so many times.
Anonymous
Ticket moved from /p/nppjsonviewer/bugs/8/