MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON_DetachItemFromObjectCaseSensitive

Function cJSON_DetachItemFromObjectCaseSensitive

cJSON.c:2241–2246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2239}
2240
2241CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string)
2242{
2243 cJSON *to_detach = cJSON_GetObjectItemCaseSensitive(object, string);
2244
2245 return cJSON_DetachItemViaPointer(object, to_detach);
2246}
2247
2248CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string)
2249{

Calls 2

Tested by

no test coverage detected