Searched refs:cJSON_IsString (Results 1 – 2 of 2) sorted by relevance
194 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item);
108 if (!cJSON_IsString(item)) in cJSON_GetStringValue()2912 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item) in cJSON_IsString() function