MCPcopy Create free account
hub / github.com/Bwar/CJsonObject / cJSON_DeleteItemFromArray

Function cJSON_DeleteItemFromArray

cJSON.c:916–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914 return c;
915}
916void cJSON_DeleteItemFromArray(cJSON *array, int which)
917{
918 cJSON_Delete(cJSON_DetachItemFromArray(array, which));
919}
920cJSON *cJSON_DetachItemFromObject(cJSON *object, const char *string)
921{
922 int i = 0;

Callers 1

DeleteMethod · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected