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

Function cJSON_DeleteItemFromObject

cJSON.c:930–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928 return 0;
929}
930void cJSON_DeleteItemFromObject(cJSON *object, const char *string)
931{
932 cJSON_Delete(cJSON_DetachItemFromObject(object, string));
933}
934
935/* Replace array/object items with new ones. */
936void cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem)

Callers 1

DeleteMethod · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected