Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
DcJSON.h47 typedef struct cJSON { struct
48 struct cJSON *next, *prev; /* next/prev allow you to walk array/object argument
51 struct cJSON *child; /* An array or object item will have a child pointer argument
57 char *valuestring; /* The item's string, if type==cJSON_String */ argument
58 int valueint; /* The item's number, if type==cJSON_Number */ argument
59 double valuedouble; /* The item's number, if type==cJSON_Number */ argument
65 } cJSON; argument
/third_party/cJSON/
DcJSON.h103 typedef struct cJSON struct
106 struct cJSON *next; argument
107 struct cJSON *prev; argument
109 struct cJSON *child; argument
123 } cJSON; argument
DCMakeLists.txt4 project(cJSON project
DREADME.md1 # cJSON chapter