Searched refs:cJSON_IsNumber (Results 1 – 2 of 2) sorted by relevance
193 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item);
118 if (!cJSON_IsNumber(item)) in cJSON_GetNumberValue()2902 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item) in cJSON_IsNumber() function