Searched refs:cJSON_Raw (Results 1 – 2 of 2) sorted by relevance
1248 case cJSON_Raw: in print_value()2092 item->type = cJSON_Raw; in cJSON_CreateRaw()2511 return (item->type & 0xFF) == cJSON_Raw; in cJSON_IsRaw()2529 case cJSON_Raw: in cJSON_Compare()2560 case cJSON_Raw: in cJSON_Compare()
52 #define cJSON_Raw (1 << 7) /* raw json */ macro