Searched refs:cJSON_CreateBool (Results 1 – 2 of 2) sorted by relevance
106 extern cJSON *cJSON_CreateBool(int b);172 cJSON_AddItemToObject(object, name, cJSON_CreateBool(b))
1180 cJSON *cJSON_CreateBool(int b) { in cJSON_CreateBool() function