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