MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / cJSON

Class cJSON

eval/LANE_evaluation/lane2d/include/cJSON.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected