| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.9.8 source code.tar.gz | 2026-06-14 | 220.1 kB | |
| 1.9.8 source code.zip | 2026-06-14 | 294.6 kB | |
| README.md | 2026-06-14 | 4.3 kB | |
| Totals: 3 Items | 519.0 kB | 8 | |
What's Changed
- Update to 1.9.8, remove qualifier from version string by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1666
- Revert soversion change by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1667
- prevent macro redefined for JSON_HAS_INT64 by @anandolee in https://github.com/open-source-parsers/jsoncpp/pull/1673
- ci: suppress Node 20 deprecation and missing python-version warnings by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1674
- Fix C++11 ABI breakage when compiled with C++17 [#1668] by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1675
- chore: remove leftover CMake checks for std::string_view by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1676
- docs: update amalgamation instructions and add github action by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1677
- feat: add Json::version() to expose runtime version (#1531) by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1678
- feat: add .members() iterator adapter for range-based for loops (#288) by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1679
- Improve formatting by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1680
- docs: remove conan and vcpkg instructions from README by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1683
- fix: GCC 16 / C++20 build failure with u8 string literals by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1685
- feat: improve type assertion messages with actual ValueType by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1686
- fix: avoid quadratic re-scan of comments after a value by @hjanuschka in https://github.com/open-source-parsers/jsoncpp/pull/1689
New Contributors
- @anandolee made their first contribution in https://github.com/open-source-parsers/jsoncpp/pull/1673
- @hjanuschka made their first contribution in https://github.com/open-source-parsers/jsoncpp/pull/1689
Full Changelog: https://github.com/open-source-parsers/jsoncpp/compare/1.9.7...1.9.8-rc1
What's Changed
- Update to 1.9.8, remove qualifier from version string by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1666
- Revert soversion change by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1667
- prevent macro redefined for JSON_HAS_INT64 by @anandolee in https://github.com/open-source-parsers/jsoncpp/pull/1673
- ci: suppress Node 20 deprecation and missing python-version warnings by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1674
- Fix C++11 ABI breakage when compiled with C++17 [#1668] by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1675
- chore: remove leftover CMake checks for std::string_view by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1676
- docs: update amalgamation instructions and add github action by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1677
- feat: add Json::version() to expose runtime version (#1531) by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1678
- feat: add .members() iterator adapter for range-based for loops (#288) by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1679
- Improve formatting by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1680
- docs: remove conan and vcpkg instructions from README by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1683
- fix: GCC 16 / C++20 build failure with u8 string literals by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1685
- feat: improve type assertion messages with actual ValueType by @baylesj in https://github.com/open-source-parsers/jsoncpp/pull/1686
- fix: avoid quadratic re-scan of comments after a value by @hjanuschka in https://github.com/open-source-parsers/jsoncpp/pull/1689
New Contributors
- @anandolee made their first contribution in https://github.com/open-source-parsers/jsoncpp/pull/1673
- @hjanuschka made their first contribution in https://github.com/open-source-parsers/jsoncpp/pull/1689
Full Changelog: https://github.com/open-source-parsers/jsoncpp/compare/1.9.7...1.9.8