MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / cJSON_DeleteItemFromArray

Function cJSON_DeleteItemFromArray

framework/utils/cJSON.c:2111–2114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2109}
2110
2111CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which)
2112{
2113cJSON_Delete(cJSON_DetachItemFromArray(array, which));
2114}
2115
2116CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string)
2117{

Callers 1

deleteItemMethod · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected