| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jansson-2.15.1.tar.gz.asc | 2026-07-01 | 870 Bytes | |
| jansson-2.15.1.tar.bz2.asc | 2026-07-01 | 870 Bytes | |
| jansson-2.15.1.tar.gz | 2026-07-01 | 624.0 kB | |
| jansson-2.15.1.tar.bz2 | 2026-07-01 | 488.8 kB | |
| README.md | 2026-07-01 | 719 Bytes | |
| v2.15.1 source code.tar.gz | 2026-07-01 | 197.5 kB | |
| v2.15.1 source code.zip | 2026-07-01 | 324.3 kB | |
| Totals: 7 Items | 1.6 MB | 5 | |
-
Fixes:
-
Include the object key or array index in unpack type mismatch error messages (@cwalther in #731)
- Reject negative string length in the
json_packs#and+#formats (@akheron in #740) -
Limit recursion depth in dump, equal and deep copy to prevent stack overflow (@akheron in #741)
-
Build:
-
Only export symbols starting with
json_andjansson_from the CMake build (@shyjun in #705) - Include
jansson_private_config.honly ifHAVE_CONFIG_His enabled (@jaeyoonjung in #704) - Add a configurable pkg-config install path to the CMake build (@akallabeth in #721)
- Only use
--default-symverwhen the linker supports it (@kraj in [#744])