Home
last modified time | relevance | path

Searched refs:cJSON_IsNumber (Results 1 – 3 of 3) sorted by relevance

/civetweb-2.7.6/examples/rest/
Drest.c113 if (!cJSON_IsNumber(elem)) { in ExamplePUT()
/civetweb-2.7.6/examples/rest/cJSON/
DcJSON.h177 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item);
DcJSON.c2750 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item) in cJSON_IsNumber() function