MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / cJSON_DeleteItemFromObject

Function cJSON_DeleteItemFromObject

libapp2sys/src/main/cpp/cjson/cJSON.c:2138–2141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2136}
2137
2138CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string)
2139{
2140 cJSON_Delete(cJSON_DetachItemFromObject(object, string));
2141}
2142
2143CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string)
2144{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected