Searched refs:cJSON_Object (Results 1 – 3 of 3) sorted by relevance
40 #define cJSON_Object 6 macro
594 case cJSON_Object: in print_value()618 case cJSON_Object: in print_value()784 item->type = cJSON_Object; in parse_object()1212 item->type = cJSON_Object; in cJSON_CreateObject()
650 if (json_value->type != cJSON_Object) in AsValue()