MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / cJSON_DeleteItemFromObject

Function cJSON_DeleteItemFromObject

framework/utils/cJSON.c:2130–2133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2128}
2129
2130CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string)
2131{
2132cJSON_Delete(cJSON_DetachItemFromObject(object, string));
2133}
2134
2135CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string)
2136{

Callers 1

deleteItemMethod · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected