MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / cJSON_AddItemToObject

Function cJSON_AddItemToObject

framework/utils/cJSON.c:1932–1935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1930}
1931
1932CJSON_PUBLIC(void) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item)
1933{
1934add_item_to_object(object, string, item, &global_hooks, false);
1935}
1936
1937/* Add an item to an object with constant string as key */
1938CJSON_PUBLIC(void) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item)

Callers 1

addArrayMethod · 0.85

Calls 1

add_item_to_objectFunction · 0.85

Tested by

no test coverage detected