cJSON v1.7.12 Release Notes

Release Date: 2019-05-16 // almost 5 years ago
  • ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix infinite loop in cJSON_Minify (potential Denial of Service), thanks @Alanscut for reporting. See #354
    • ๐Ÿ›  Fix link error for Visual Studio. Thanks @tan-wei, see #352
    • ๐Ÿ‘€ Undefine true and false for cJSON_Utils before redefining them. Thanks @raiden00pl, see #347