Searched refs:cJSON_Object (Results 1 – 3 of 3) sorted by relevance
40 #define cJSON_Object 6 macro
597 case cJSON_Object: in print_value()621 case cJSON_Object: in print_value()787 item->type = cJSON_Object; in parse_object()1215 item->type = cJSON_Object; in cJSON_CreateObject()
643 if (json_value->type != cJSON_Object) in AsValue()