MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON_DeleteItemFromArray

Function cJSON_DeleteItemFromArray

cJSON.c:2229–2232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2227}
2228
2229CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which)
2230{
2231 cJSON_Delete(cJSON_DetachItemFromArray(array, which));
2232}
2233
2234CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string)
2235{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected