Searched refs:cJSON_SetIntValue (Results 1 – 2 of 2) sorted by relevance
271 #define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = … macro
95 cJSON_SetIntValue(cJSON_GetObjectItem(format, "repetitions"), repetitions); in UpdateJSON()