Searched refs:JSON_APL (Results 1 – 1 of 1) sorted by relevance
38 static const std::string JSON_APL = "APL"; variable88 if (!JsonParser::GetIntFromJson(j, JSON_APL, aplNum) || !DataValidator::IsAplNumValid(aplNum)) { in from_json()