Home
last modified time | relevance | path

Searched defs:cJSON (Results 1 – 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/
DcJSON.h45 typedef struct cJSON { struct
46 struct cJSON *next, *prev; /* next/prev allow you to walk array/object argument
49 struct cJSON *child; /* An array or object item will have a child pointer argument
55 char *valuestring; /* The item's string, if type==cJSON_String */ argument
56 int valueint; /* The item's number, if type==cJSON_Number */ argument
57 double valuedouble; /* The item's number, if type==cJSON_Number */ argument
63 } cJSON; argument
/third_party/cJSON/
DcJSON.h111 typedef struct cJSON struct
114 struct cJSON *next; argument
115 struct cJSON *prev; argument
117 struct cJSON *child; argument
136 } cJSON; typedef
DCMakeLists.txt4 project(cJSON project
DREADME.md1 # cJSON chapter