Searched refs:jsonAgentShip (Results 1 – 1 of 1) sorted by relevance
1889 nlohmann::json jsonAgentShip = nlohmann::json::parse(agentShip, nullptr, false); in IsAgentRelationship() local1890 if (jsonAgentShip.is_null() || jsonAgentShip.empty()) { in IsAgentRelationship()1894 if (jsonAgentShip.is_discarded() || !jsonAgentShip.is_array()) { in IsAgentRelationship()1903 for (const auto &item : jsonAgentShip) { in IsAgentRelationship()