Searched defs:cJSON (Results 1 – 4 of 4) sorted by relevance
45 typedef struct cJSON { struct46 struct cJSON *next, *prev; /* next/prev allow you to walk array/object argument49 struct cJSON *child; /* An array or object item will have a child pointer argument55 char *valuestring; /* The item's string, if type==cJSON_String */ argument56 int valueint; /* The item's number, if type==cJSON_Number */ argument57 double valuedouble; /* The item's number, if type==cJSON_Number */ argument63 } cJSON; argument
111 typedef struct cJSON struct114 struct cJSON *next; argument115 struct cJSON *prev; argument117 struct cJSON *child; argument136 } cJSON; typedef
4 project(cJSON project
1 # cJSON chapter