Searched refs:cJSON_IsString (Results 1 – 3 of 3) sorted by relevance
82 VerifyOrExit(cJSON_IsString(jsonString), ret = false); in JsonString2String()734 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()748 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()761 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()775 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()809 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()879 else if (cJSON_IsString(value)) in JsonPendingDatasetString2Dataset()
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