cJSON
cJSON copied to clipboard
A small error in README.md
In the part
Data Structure
-
cJSON_Array
it says "where the first element has prev.next == NULL", it should be "where the first element has prev == NULL"