Searched refs:excludeKeys (Results 1 – 1 of 1) sorted by relevance
618 cJSON* excludeKeys = cJSON_GetObjectItemCaseSensitive(parser.json_, "excludeKeys"); in ParseExcludeKeys() local619 if (!cJSON_IsArray(excludeKeys)) { in ParseExcludeKeys()623 int32_t excludeKeysSize = cJSON_GetArraySize(excludeKeys); in ParseExcludeKeys()626 cJSON *keyJson = cJSON_GetArrayItem(excludeKeys, i); in ParseExcludeKeys()