Home
last modified time | relevance | path

Searched refs:cJSON_CreateObjectReference (Results 1 – 5 of 5) sorted by relevance

/third_party/cJSON/
DcJSON.h211 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child);
DCHANGELOG.md129 * Added the `cJSON_CreateObjectReference` function
DREADME.md244 You can create an empty object with `cJSON_CreateObject`. `cJSON_CreateObjectReference` can be used…
DcJSON.c2485 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child) in cJSON_CreateObjectReference() function
/third_party/cJSON/tests/
Dmisc_tests.c545 number_reference = cJSON_CreateObjectReference(number); in cjson_create_object_reference_should_create_an_object_reference()