Searched defs:GetStringFromJson (Results 1 – 5 of 5) sorted by relevance
79 …static inline void GetStringFromJson(const nlohmann::json& obj, const std::string& key, std::strin… in GetStringFromJson() function
23 std::string JsonHelper::GetStringFromJson( in GetStringFromJson() function in JsonHelper
132 static inline std::string GetStringFromJson(cJSON* item, const char* key) in GetStringFromJson() function
70 …static bool GetStringFromJson(const nlohmann::json &json, const std::string &key, std::string &val… in GetStringFromJson() function in OHOS::Accessibility::JsonUtils
129 static std::optional<std::string> GetStringFromJson(const nlohmann::json &j, const std::string &key) in GetStringFromJson() function