1. edc01ab test: make ValueTest/objects float check robust against x87 excess precision (#1700) by Martin Pluskal · 14 days ago upstream/master
  2. affc500 honor length in valueToQuotedString fast path (#1701) by SABITHSAHEB · 14 days ago
  3. b5ab350 Add GitHub Actions workflow for Zizmor security analysis (#1699) by Jordan Bayles · 3 weeks ago
  4. 800aa28 fix: bump SOVERSION to 28 for the removed std::string_view symbols (#1694) (#1697) by Jordan Bayles · 4 weeks ago
  5. 22c7ec3 fix: allow a comment between a trailing comma and ']' (#1500) (#1696) by Jordan Bayles · 4 weeks ago
  6. 1127961 fix: accept subnormal doubles when parsing (#1427) (#1695) by Jordan Bayles · 4 weeks ago
  7. 43f3834 fix: make array operator[] dense when assigning past the end (#1611) (#1693) by Jordan Bayles · 4 weeks ago
  8. 5f1f240 ci: bump actions off deprecated Node 20 (#1691) by Jordan Bayles · 4 weeks ago
  9. 8281fff chore: bump version to 1.9.9 (#1690) by github-actions[bot] · 4 weeks ago
  10. 8519b83 fix: avoid quadratic re-scan of comments after a value (#1689) by Helmut Januschka · 4 weeks ago 1.9.8 1.9.8-rc1
  11. d4d0721 feat: improve type assertion messages with actual ValueType (#1686) by Jordan Bayles · 9 weeks ago
  12. 71d46ca fix: GCC 16 / C++20 build failure with u8 string literals (#1685) by Jordan Bayles · 9 weeks ago
  13. 4f7d46f docs: remove conan and vcpkg instructions from README (#1683) by Jordan Bayles · 9 weeks ago
  14. 755d0a6 Improve formatting (#1680) by Jordan Bayles · 3 months ago
  15. 64f54a4 feat: add .members() iterator adapter for range-based for loops (#288) (#1679) by Jordan Bayles · 3 months ago
  16. 941802d feat: add Json::version() to expose runtime version (#1531) (#1678) by Jordan Bayles · 3 months ago
  17. 2179730 docs: update amalgamation instructions and add github action (#1677) by Jordan Bayles · 3 months ago
  18. 36f94b6 chore: remove leftover CMake checks for std::string_view (#1676) by Jordan Bayles · 3 months ago
  19. c67034e Fix C++11 ABI breakage when compiled with C++17 #1668 (#1675) by Jordan Bayles · 3 months ago
  20. 2c2754f ci: suppress Node 20 deprecation and missing python-version warnings (#1674) by Jordan Bayles · 3 months ago
  21. 87576c4 Fix CMake 4.0 compatibility in jsoncppConfig.cmake.in (#1671) by Jordan Bayles · 3 months ago
  22. 19a794d prevent macro redefined for JSON_HAS_INT64 (#1673) by Jie Luo · 3 months ago
  23. cdc8483 Revert soversion change -- unnecessary (#1667) by Jordan Bayles · 4 months ago
  24. 8e9b4e4 Update version to 1.9.8, remove qualifier from version string (#1666) by Jordan Bayles · 4 months ago
  25. 3455302 Update bazel config for 9.x (#1655) by Keith Smiley · 4 months ago 1.9.7
  26. ce757be Fix use-after-free in Reader::parse(std::istream&) (#1665) by Jordan Bayles · 4 months ago
  27. 02e903a Revert "Fix number parsing failing under non-C locales" (#1664) by Jordan Bayles · 4 months ago
  28. 9a5bbec Fix string_view ABI mismatch between library and consumers (#1661) by Jordan Bayles · 4 months ago
  29. d4742c2 Fix MSAN issue in #1626 (#1654) by Jordan Bayles · 4 months ago
  30. 94aee4f Reject unescaped control characters in JSON strings (#1663) by Jordan Bayles · 4 months ago
  31. 8661f9e Fix number parsing failing under non-C locales (#1662) by Jordan Bayles · 4 months ago
  32. 215b025 Scope JSON_DLL_BUILD to shared lib target only (#1660) by Jordan Bayles · 4 months ago
  33. ef08771 Fix CMake deprecation warning for compatibility with CMake < 3.10 (#1659) by Jordan Bayles · 4 months ago
  34. 134138d Fix uninitialized CMake variable in version.in (#1658) by Jordan Bayles · 4 months ago
  35. 715735a Change stack depth limit to 256 (#1657) by Jordan Bayles · 4 months ago
  36. dbd0850 Adding a cmake option to exclude the jsoncpp files from install. (#1596) by nv-jdeligiannis · 4 months ago upstream/allow-dropped-placeholders
  37. 87139dd Update README with project status and focus (#1639) by Jordan Bayles · 4 months ago
  38. dc45da8 fixup project version updater (#1649) by Jordan Bayles · 4 months ago
  39. 1d5b0b1 prevent test colision when running in parallel via RESOURCE_LOCK (#1637) by Martin Chang · 4 months ago
  40. acf3b5d Add test for allowDroppedNullPlaceholders (#1648) by Jordan Bayles · 4 months ago
  41. 728ad03 Clarify version update comments in workflow script by Jordan Bayles · 4 months ago
  42. c4a1e4c Update versioning in update-project-version.yml by Jordan Bayles · 4 months ago
  43. b52dce4 Update versioning logic in workflow configuration by Jordan Bayles · 4 months ago
  44. 4bf4e7f Update version descriptions and improve sed commands by Jordan Bayles · 4 months ago
  45. 50dbfd6 Update version input descriptions and handling by Jordan Bayles · 4 months ago
  46. 3b55871 Enhance version update workflow with input validation by Jordan Bayles · 4 months ago
  47. e732415 Rename workflow and update descriptions by Jordan Bayles · 4 months ago
  48. fb3e750 Refactor version bump workflow for clarity and functionality by Jordan Bayles · 4 months ago
  49. 3b8f743 Rename version-bump.yml to update-project-version.yml by Jordan Bayles · 4 months ago
  50. 257e15a Add version-bump workflow configuration by Jordan Bayles · 4 months ago
  51. 4188925 Add workflow for version bumping by Jordan Bayles · 4 months ago
  52. 2b3cc5a Remove build directory exclusion from gcovr config (#1640) by Jordan Bayles · 4 months ago
  53. e799ca0 Add gcovr.cfg to fix CI coverage merge errors (#1635) by Jordan Bayles · 5 months ago
  54. 32f924f Cleanup README.md, fix broken link. (#1633) by Jordan Bayles · 5 months ago
  55. b511d9e [docs] Consuming JSONCpp via Conan package manager (#1622) by Uilian Ries · 8 months ago
  56. e16663c Remove deprecated/removed clang-tidy key AnalyzeTemporaryDtors (#1614) (#1615) by bmagistro · 8 months ago
  57. 30e7528 Return false in Reader::readValue when stack limit is exceeded (#1619) by Hong Xu · 8 months ago
  58. 4bcbc6a Add Bazel tests (#1601) by bcsgh · 8 months ago
  59. 6f6aca1 Make the build configuration under Bazel more correct. (#1600) by bcsgh · 8 months ago
  60. 9af09c4 Fix "include what you use" issue (#1625) by Victor Vianna · 8 months ago
  61. ca98c98 Add a BUILD.bazel file for //example. (#1602) by bcsgh · 1 year, 4 months ago
  62. 037752d Set up for Bazel module builds. (#1597) by bcsgh · 1 year, 4 months ago
  63. ba00447 Added Value::findType with String key (#1574) by SwintonStreet · 1 year, 6 months ago
  64. 60ccc1f feat: support std::string_view in Value API (#1584) by evalon32 · 1 year, 6 months ago
  65. 07a8fe6 Drop pre-C++11 alternatives (#1593) by Billy Donahue · 1 year, 6 months ago
  66. dca8a24 Fix comparison warnings caused by 54fc4e2 (#1575) by Jens Mertelmeyer · 1 year, 7 months ago
  67. 3f86349 Fix name of static library when targeting MinGW. (#1579) by Markus Mützel · 1 year, 7 months ago
  68. 2b3815c the cgi module was removed from Python3.13 (#1578) by Alexandre Detiste · 1 year, 7 months ago
  69. bd25fc5 fix(build): remove `check_required_components` for meson build (#1570) by Rui Chen · 1 year, 10 months ago
  70. 8214f71 Fix typo in JSONCPP_USE_SECURE_MEMORY vs JSONCPP_USING_SECURE_MEMORY (#1567) by Jacek Galowicz · 1 year, 10 months ago
  71. 07e3d1b Fix deallocate for working on old compiers (#1478) by Pavel Tsynk · 1 year, 10 months ago
  72. 871f0cc Release 1.9.6 and move versions to 1.9.7 (#1566) by Jordan Bayles · 1 year, 10 months ago
  73. 54fc4e2 json_value.cpp bug in the edges of uint/int (#1519) by YaalLek · 1 year, 10 months ago
  74. 76ff1db Fixes PreventInSourceBuilds.cmake to work with add_subdirectory (#1383) by Paolo Monteverde · 1 year, 10 months ago
  75. 89e2973 Don't use build dir build interfaces (#1419) by Scotty1701 · 1 year, 10 months ago 1.9.6
  76. 7f36cdb Added Value::find with String key (#1467) by Timofey · 1 year, 10 months ago
  77. 2067f66 cmake export configuration: allow repeating find_package(jsoncpp) calls (#1491) by zeroxia · 1 year, 10 months ago
  78. 3aa1192 Introduce CharReaderBuilder::ecma404Mode (#1333) by Alex Beregszaszi · 1 year, 10 months ago
  79. 99e8ca6 meson.build: fix the version number (#1432) by Rudi Heitbaum · 1 year, 10 months ago
  80. 162ead3 include/json/value.h is changed (#1462) by Kerem TAN · 1 year, 10 months ago
  81. 4b1bd44 Create a jsoncppConfig.cmake file, even if building under meson (#1486) by Woodrow Douglass · 1 year, 10 months ago
  82. f459022 Update CMakeLists.txt (#1528) by matthieugleg · 1 year, 10 months ago
  83. fa0dff1 Protect target JsonCpp::JsonCpp against multi-include (#1435) by Roelof Oomen · 1 year, 10 months ago
  84. 48d2e10 Opportunistically take advantage of C++20 move-in/out-of stringstream (#1457) by Bartosz Brachaczek · 1 year, 10 months ago
  85. 2072e2b Use current source / binary dir when assuring out of source builds (#1527) by Lars Müller · 1 year, 10 months ago
  86. fdb529b Move removeIndex's result instead of copying (#1516) by jedav · 1 year, 10 months ago
  87. 8d1ea70 Update cmake.yml by Jordan Bayles · 1 year, 10 months ago
  88. d13801e Update meson.yml (#1564) by Jordan Bayles · 1 year, 10 months ago
  89. d791737 Create cmake.yml (#1563) by Jordan Bayles · 1 year, 10 months ago
  90. a4a083c remove ccache micro management (#1448) by SpaceIm · 1 year, 10 months ago
  91. 62f7f3e Add security policy (#1484) by Pedro Kaj Kjellerup Nacht · 1 year, 10 months ago
  92. 742c645 Update readFromString.cpp (#1477) by Kapandaria · 1 year, 10 months ago
  93. 31754ce Fixed setting JSONCPP_USE_SECURE_MEMORY definition (#1479) by Pavel Tsynk · 1 year, 10 months ago
  94. 483f1c3 Fix compile on windows with clang (#1480) by Pavel Tsynk · 1 year, 10 months ago
  95. c04c0c2 CharReader: Add StructuredError (#1409) by martinduffy1 · 1 year, 10 months ago
  96. c857395 Update link in amalgamate.py (#1335) by NotWearingPants · 1 year, 10 months ago
  97. d39b0df Bump CMake policy version to avoid deprecation warning (#1499) by Timo Röhling · 1 year, 10 months ago
  98. fd1abe4 build(meson): use find_program('python3') (#1386) by Andrea Pappacoda · 1 year, 10 months ago
  99. badbbc7 Update clang-format.yml by Jordan Bayles · 1 year, 10 months ago
  100. caf5fb0 Update meson.yml (#1562) by Jordan Bayles · 1 year, 10 months ago