MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON

Class cJSON

cJSON.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104{
105 /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */
106 struct cJSON *next;
107 struct cJSON *prev;
108 /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */
109 struct cJSON *child;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected