Searched defs:cJSON (Results 1 – 4 of 4) sorted by relevance
47 typedef struct cJSON { struct48 struct cJSON *next, *prev; /* next/prev allow you to walk array/object argument51 struct cJSON *child; /* An array or object item will have a child pointer argument57 char *valuestring; /* The item's string, if type==cJSON_String */ argument58 int valueint; /* The item's number, if type==cJSON_Number */ argument59 double valuedouble; /* The item's number, if type==cJSON_Number */ argument65 } cJSON; argument
103 typedef struct cJSON struct106 struct cJSON *next; argument107 struct cJSON *prev; argument109 struct cJSON *child; argument123 } cJSON; argument
4 project(cJSON project
1 # cJSON chapter