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
Hi Dave,
Writing about the below excerpt of the documentation:
cJSON_Array (check with cJSON_IsArray): Represent an array value. This is implemented by pointing child to a linked list of cJSON items that represent the values in the array. The elements are linked together using next and prev, where the first element has prev.next == NULL and the last element next == NULL.
Is prev.next a typo here?
Apologies if it's not, I'm a beginner in programming and Claude 3.5 confirmed it might be a typo,
Best,
The text was updated successfully, but these errors were encountered:
Hi Dave,
Writing about the below excerpt of the documentation:
Is
prev.next
a typo here?Apologies if it's not, I'm a beginner in programming and Claude 3.5 confirmed it might be a typo,
Best,
The text was updated successfully, but these errors were encountered: