cJSON v1.7.13 Release Notes

Release Date: 2020-04-02 // almost 4 years ago
  • ๐Ÿ”‹ Features:

    • โž• add new API of cJSON_ParseWithLength without breaking changes. Thanks @caglarivriz, see #358
    • โž• add new API of cJSON_GetNumberValue. Thanks @Intuition, see#385
    • โž• add uninstall target function for CMake. See #402
    • ๐Ÿ‘Œ Improve performance of adding item to array. Thanks @xiaomianhehe, see #430, #448
    • โž• add new API of cJSON_SetValuestring, for changing the valuestring safely. See #451
    • โž• add return value for cJSON_AddItemTo... and cJSON_ReplaceItem... (check if the operation successful). See #453

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix clang -Wfloat-equal warning. Thanks @paulmalovanyi, see #368
    • ๐Ÿ›  Fix make failed in mac os. See #405
    • ๐Ÿ›  Fix memory leak in cJSONUtils_FindPointerFromObjectTo. Thanks @andywolk for reporting, see #414