Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/cjson/includes/
DcJSON.h46 typedef struct cJSON { struct
47 struct cJSON *next, *prev; /* next/prev allow you to walk array/object argument
50 struct cJSON *child; /* An array or object item will have a child pointer argument
56 char *valuestring; /* The item's string, if type==cJSON_String */ argument
57 int valueint; /* The item's number, if type==cJSON_Number */ argument
58 double valuedouble; /* The item's number, if type==cJSON_Number */ argument
62 } cJSON; argument