Searched refs:cJSON_Raw (Results 1 – 2 of 2) sorted by relevance
102 #define cJSON_Raw (1 << 7) /* raw json */ macro
1413 case cJSON_Raw: in print_value()2497 item->type = cJSON_Raw; in cJSON_CreateRaw()2949 return (item->type & 0xFF) == cJSON_Raw; in cJSON_IsRaw()2967 case cJSON_Raw: in cJSON_Compare()2998 case cJSON_Raw: in cJSON_Compare()