Skip to content

1.5.5

Compare
Choose a tag to compare
@FSMaxB FSMaxB released this 14 Jun 16:07
· 365 commits to master since this release

Fixes:

  • 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