JSON-Viewer icon indicating copy to clipboard operation
JSON-Viewer copied to clipboard

A JSON viewer plugin for Notepad++. Displays the selected JSON string in a tree view.

Results 57 JSON-Viewer issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

Enhancement

JSON Viewer Panel should have a zoom feature or something related to font change. The default font is too small to have discussion on it or read from it. ![image](https://github.com/user-attachments/assets/2e4f7285-f298-43f7-ad32-90ff2f8c777e)...

Feature: CustomizeUI - Zoom

Let's take this simplified json as an example `{"MyDecimal":5.107091491635510056019771245}` If I format/pretty print this data then will the result be ![image](https://github.com/user-attachments/assets/a36d436b-173f-417a-9fb9-e0282b9f3466) This has effectively corrupted the data.

bug
Bug: numeric

Hi, Would it be possible to update elements (e.g., the search input field and others) to include a visible label and a matching accessible name property? This would enhance the...

Hi, Would it be possible to add discernible text to buttons and assign values to the Name and Accessible Name properties (as well as other buttons)? This would enhance the...

It would be great to have an Autoexpand option for JSON Viewer

Hi, I have the option enabled, but when I open a .json File or when I switch to a json tab of an already opened file nothing happens. I am...