Releases: NPP-JSONViewer/JSON-Viewer
Releases · NPP-JSONViewer/JSON-Viewer
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
Bug fixes by community
- Select all text when no selection
Thanks @Vakio - fix memory leak and close About dialog when clicking "Close" button
Thanks @quangnh89