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

Function cJSON_DeleteItemFromObjectCaseSensitive

cpworker/src/cJSON/cJSON.c:2275–2278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2273}
2274
2275CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string)
2276{
2277 cJSON_Delete(cJSON_DetachItemFromObjectCaseSensitive(object, string));
2278}
2279
2280/* Replace array/object items with new ones. */
2281CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem)

Callers 2

apply_patchFunction · 0.85
merge_patchFunction · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected