MCPcopy Create free account
hub / github.com/OpenIPC/firmware / cJSON_DeleteItemFromObject

Function cJSON_DeleteItemFromObject

general/package/xmdp/src/cjson/cJSON.c:2255–2258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2253}
2254
2255CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string)
2256{
2257 cJSON_Delete(cJSON_DetachItemFromObject(object, string));
2258}
2259
2260CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string)
2261{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected