Searched refs:cJSON_IsNumber (Results 1 – 2 of 2) sorted by relevance
184 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON *const item);
108 if (!cJSON_IsNumber(item)) return (double)NAN; in cJSON_GetNumberValue()2250 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON *const item) in cJSON_IsNumber() function