Searched refs:ParseJsonKey (Results 1 – 1 of 1) sorted by relevance
575 bool ParseJsonKey(const Json::Value &jsonValue, const std::string &key, std::string &value) in ParseJsonKey() function613 if (ParseJsonKey(root[i][type], key, value)) { in ParseJson()