MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / cJSON_AddItemToObject

Function cJSON_AddItemToObject

libapp2sys/src/main/cpp/cjson/cJSON.c:1940–1943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1938}
1939
1940CJSON_PUBLIC(void) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item)
1941{
1942 add_item_to_object(object, string, item, &global_hooks, false);
1943}
1944
1945/* Add an item to an object with constant string as key */
1946CJSON_PUBLIC(void) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item)

Calls 1

add_item_to_objectFunction · 0.85

Tested by

no test coverage detected