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