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

Function cJSON_ReplaceItemInObjectCaseSensitive

cJSON.c:2370–2373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2368}
2369
2370CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem)
2371{
2372 return replace_item_in_object(object, string, newitem, true);
2373}
2374
2375/* Create basic types: */
2376CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void)

Callers

nothing calls this directly

Calls 1

replace_item_in_objectFunction · 0.85

Tested by

no test coverage detected