MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cJSON_DeleteItemFromObject

Function cJSON_DeleteItemFromObject

lib/cJSON.c:2018–2021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2016}
2017
2018void cJSON_DeleteItemFromObject(cJSON *object, const char *string)
2019{
2020 cJSON_Delete(cJSON_DetachItemFromObject(object, string));
2021}
2022
2023/* Replace array/object items with new ones. */
2024void cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem)

Callers 1

merge_patchFunction · 0.70

Calls 2

cJSON_DeleteFunction · 0.70

Tested by

no test coverage detected