MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / cJSON_DeleteItemFromObjectCaseSensitive

Function cJSON_DeleteItemFromObjectCaseSensitive

external/cJSON/cJSON.c:2328–2331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2326}
2327
2328CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string)
2329{
2330 cJSON_Delete(cJSON_DetachItemFromObjectCaseSensitive(object, string));
2331}
2332
2333/* Replace array/object items with new ones. */
2334CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem)

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected