Searched refs:strNotRequiredKeys (Results 1 – 1 of 1) sorted by relevance
102 const char *strNotRequiredKeys[] = {"SrcDeveloperId", "DstDeveloperId"}; in Unmarshal() local104 int32_t strNotRequiredLength = sizeof(strNotRequiredKeys) / sizeof(strNotRequiredKeys[0]); in Unmarshal()106 cJSON *item = cJSON_GetObjectItemCaseSensitive(rootValue, strNotRequiredKeys[i]); in Unmarshal()