Searched defs:GetIntFromJson (Results 1 – 2 of 2) sorted by relevance
31 int JsonHelper::GetIntFromJson(const Json::Value &data, const std::string key, const int defaultVal… in GetIntFromJson() function in JsonHelper
144 static inline int GetIntFromJson(cJSON* item, const char* key) in GetIntFromJson() function