MCPcopy Create free account
hub / github.com/Bwar/CJsonObject / cJSON

Class cJSON

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

Source from the content-addressed store, hash-verified

52typedef struct cJSON
53{
54 struct cJSON *next, *prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */
55 struct cJSON *child; /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */
56
57 int type; /* The type of the item, as above. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected