cJSON v1.7.9 Release Notes

Release Date: 2018-12-16 // over 5 years ago
  • ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix a bug where cJSON_GetObjectItemCaseSensitive would pass a nullpointer to strcmp when called on an array (#315). Thanks @yuweol for reporting.
    • ๐Ÿ›  Fix error in cJSON_Utils where the case sensitivity was not respected (#317). Thanks @yuta-oxo for fixing.
    • ๐Ÿ›  Fix some warnings detected by the Visual Studio Static Analyzer (#307). Thanks @bnason-nf