Searched refs:cJSON_IsString (Results 1 – 5 of 5) sorted by relevance
189 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item);
101 if (!cJSON_IsString(item)) in cJSON_GetStringValue()2937 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item) in cJSON_IsString() function
187 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item);
750 if (!cJSON_IsString(operation)) in decode_patch_operation()823 if (!cJSON_IsString(path)) in apply_patch()
103 if (!cJSON_IsString(item)) in cJSON_GetStringValue()2950 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item) in cJSON_IsString() function