Searched defs:textJson (Results 1 – 2 of 2) sorted by relevance
4055 nlohmann::json textJson = nlohmann::json::parse(text, nullptr, false); in SearchElementInfosByTextNG() local6026 nlohmann::json textJson = nlohmann::json::parse(text, nullptr, false); in FindTextByTextHint() local
176 std::string ParseTextJsonValue(const std::string& textJson) in ParseTextJsonValue()