MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON_DeleteItemFromObject

Function cJSON_DeleteItemFromObject

cJSON.c:2248–2251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2246}
2247
2248CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string)
2249{
2250 cJSON_Delete(cJSON_DetachItemFromObject(object, string));
2251}
2252
2253CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string)
2254{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected