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

Function cJSON_DeleteItemFromObject

external/cJSON/cJSON.c:2323–2326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2321}
2322
2323CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string)
2324{
2325 cJSON_Delete(cJSON_DetachItemFromObject(object, string));
2326}
2327
2328CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string)
2329{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected