Searched refs:cJSON_CreateObjectReference (Results 1 – 5 of 5) sorted by relevance
211 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child);
129 * Added the `cJSON_CreateObjectReference` function
244 You can create an empty object with `cJSON_CreateObject`. `cJSON_CreateObjectReference` can be used…
2485 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child) in cJSON_CreateObjectReference() function
545 number_reference = cJSON_CreateObjectReference(number); in cjson_create_object_reference_should_create_an_object_reference()