You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pointers to nested arrays in cJSON_Utils (9abe75e)
Fix an error with case sensitivity handling in cJSON_Utils (b9cc911)
Fix cJSON_Compare for arrays that are prefixes of the other and objects that are a subset of the other (03ba72f) See #180, thanks @zhengqb for reporting