Searched refs:ParseAndGetJsonObject (Results 1 – 2 of 2) sorted by relevance
55 static bool ParseAndGetJsonObject(const std::string &jsonStr, nlohmann::json &root) in ParseAndGetJsonObject() function
42 if (!JsonUtils::ParseAndGetJsonObject(rawJson, root)) { in DoAnalyze()