Searched refs:typeJSON (Results 1 – 1 of 1) sorted by relevance
154 cJSON *typeJSON = parser.GetObjectItem(eventJSON, "Type"); in ParseEvent() local155 CHKPR(typeJSON, ERROR); in ParseEvent()156 std::string type = cJSON_IsString(typeJSON) ? typeJSON->valuestring : ""; in ParseEvent()