MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSON_DeleteItemFromObjectCaseSensitive

Function cJSON_DeleteItemFromObjectCaseSensitive

cJSON.c:2313–2316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2311}
2312
2313CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string)
2314{
2315 cJSON_Delete(cJSON_DetachItemFromObjectCaseSensitive(object, string));
2316}
2317
2318/* Replace array/object items with new ones. */
2319CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem)

Callers 3

apply_patchFunction · 0.85
merge_patchFunction · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…