MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cJSON_DeleteItemFromObject

Function cJSON_DeleteItemFromObject

cpworker/src/cJSON/cJSON.c:2270–2273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2268}
2269
2270CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string)
2271{
2272 cJSON_Delete(cJSON_DetachItemFromObject(object, string));
2273}
2274
2275CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string)
2276{

Callers 2

apply_patchFunction · 0.85
merge_patchFunction · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected