-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
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,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels