Home | History | Annotate | Download | only in cjson

Lines Matching refs:cJSON_DeleteItemFromArray

982 void cJSON_DeleteItemFromArray(cJSON *array, int which) { cJSON_Delete(cJSON_DetachItemFromArray(array, which)); }