MCPcopy Create free account
hub / github.com/DaveGamble/cJSON / cJSON_ReplaceItemInObjectCaseSensitive

Function cJSON_ReplaceItemInObjectCaseSensitive

cJSON.c:2440–2443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2438}
2439
2440CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem)
2441{
2442 return replace_item_in_object(object, string, newitem, true);
2443}
2444
2445/* Create basic types: */
2446CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void)

Calls 1

replace_item_in_objectFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…