| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NppJSONViewer_Win32_Release.zip | 2026-05-30 | 518.4 kB | |
| NppJSONViewer_ALL.zip | 2026-05-30 | 22.9 MB | |
| NppJSONViewer_ARM64_Release.zip | 2026-05-30 | 539.9 kB | |
| NppJSONViewer_x64_Release.zip | 2026-05-30 | 553.6 kB | |
| README.md | 2026-05-30 | 1.1 kB | |
| v2.2.0.0 source code.tar.gz | 2026-05-30 | 266.1 kB | |
| v2.2.0.0 source code.zip | 2026-05-30 | 294.9 kB | |
| Totals: 7 Items | 25.1 MB | 27 | |
Change log
-
Bug/regression fixes:
- Fixed handling of JSON raw number values during formatting and serialization.
- Fixed parser behavior to preserve numeric values as strings when required by using RapidJSON's kParseNumbersAsStringsFlag.
- Added unit tests a. Added extensive unit tests for JSON sorting functionality. b. Added additional parser and regression test coverage. c. Expanded overall automated test coverage to improve reliability.
-
Other enhancements:
- Upgraded project and build infrastructure to Visual Studio 2026.
- Migrated solution management to .slnx format.
- Migrated shared components from external copies to Git submodules for improved maintainability.
- Updated project dependencies and submodules, including Google Test.
- Improved code quality through refactoring, formatting, and minor performance optimizations.
- Modernized GitHub Actions workflows and CI/CD dependencies.
Full Changelog: https://github.com/NPP-JSONViewer/JSON-Viewer/compare/v2.1.1.0...v2.2.0.0