Jansson v2.14 Release Notes
-
๐ Released 2021-09-09
๐ New Features:
- Add
json_object_getn
,json_object_setn
,json_object_deln
, and the correspondingnocheck
functions. (#520, by Maxim Zhukov)
- Add
๐ Fixes:
- Handle
sprintf
corner cases (#537, by Tobias Stoeckmann)
- Handle
๐ Build:
- Symbol versioning for all exported symbols (#540, by Simon McVittie)
- Fix compiler warnings (#555, by Kelvin Lee)
๐ Documentation:
- Small fixes (#544, #546, by @i-ky)
- Sphinx 3 compatibility (#543, by Pierce Lopez)