Releases: NPP-JSONViewer/JSON-Viewer
Releases · NPP-JSONViewer/JSON-Viewer
v2.0.1.0
Major change:
- Redeveloped UI
- Provided menu icon
- Json view panel is redesigned which is button like, refresh, validate, format etc.
- It uses well performed class instead of plain function
- Current selected node path is given on the bottom of json view window
- Many feature support such as copy node, copy value, copy path, expand/collapse all etc.
- Few bug fixes
Release 1.41
- Support for ARM64
- Dropped Windows XP support as Notepad++ is no more supporting Windows XP.
- Upgrade Visual Studio to 2022
1.40
- issue-55 Format JSON should also set the language to JSON #FeatureRequest
- issue-56 Format Should Follow Line Break Settings
- issue-57, issue-60 "Should add a function to remove line breaks and spaces" Thanks @neoarc
- issue-68 Crashing Notepad++
- issue-72 tab setting from notepad++ settings are not honored
- issue-73 Display tree for Array of Object
- issue-80 use line ending setting from editor
- Relaxed parsing. Supports trailling commas, comments(only parsing), NaN and infinity JS literals.
Fix Issue #51
- Fix bug which resulted in "Access Violation" when the root element is an Array
Bug Fixes
Releasing various fixes by @SinghRajenM
No precision loss during formatting
Read tab setting from npp
- Reads tab width and whether using tabs or space from notepad++ settings
v1.30 alpha
Moved to rapidjson. Using sax based parser. This might speed things up.
v1.25
Merge pull request #23 from Gitoffthelawn/patch-1 Fix URL, improve string consistency
64 Bit Support
64 bit support Thanks @chcg