JSON-Viewer
JSON-Viewer copied to clipboard
A JSON viewer plugin for Notepad++. Displays the selected JSON string in a tree view.
Currently, JSONViewer includes files from [plugintemplate] directly copied into [external/npp](https://github.com/NPP-JSONViewer/JSON-Viewer/tree/master/external/npp) This PR removes these copies and migrates these dependencies to git [Submodules] like all other existing dependencies Updates cause by...
Hi, When I use the "Sort by key" function, after sorting, it converts the number type to a string type. See "age" in the example below. Before sorting `{ "name":...
some weird issue with the json viewer, it's cutting off the right side of the viewer and the bottom, so i can't scroll to the last node, you can see...
I have a large JSON file, but it seems that the JSON Viewer can't display all the keys. There's no scrollbar, and although I can scroll to the bottom, some...