Searched refs:cJSON_Object (Results 1 – 2 of 2) sorted by relevance
1276 case cJSON_Object: in print_value()1534 item->type = cJSON_Object; in parse_object()2120 item->type = cJSON_Object; in cJSON_CreateObject()2501 return (item->type & 0xFF) == cJSON_Object; in cJSON_IsObject()2531 case cJSON_Object: in cJSON_Compare()2591 case cJSON_Object: in cJSON_Compare()
51 #define cJSON_Object (1 << 6) macro