cJSON v1.5.5 Release Notes

Release Date: 2017-06-15 // almost 7 years ago
  • 🛠 Fixes:

    • 🛠 Fix pointers to nested arrays in cJSON_Utils, see 9abe
    • 🛠 Fix an error with case sensitivity handling in cJSON_Utils, see b9cc911
    • 🛠 Fix cJSON_Compare for arrays that are prefixes of the other and objects that are a subset of the other, see 03ba72f and #180, thanks @zhengqb for reporting