Apollo  6.0
Open source self driving car software
apollo::common::util::JsonUtil Member List

This is the complete list of members for apollo::common::util::JsonUtil, including all inherited members.

GetBoolean(const nlohmann::json &json, const std::string &key, bool *value)apollo::common::util::JsonUtilstatic
GetNumber(const nlohmann::json &json, const std::string &key, T *value)apollo::common::util::JsonUtilinlinestatic
GetString(const nlohmann::json &json, const std::string &key, std::string *value)apollo::common::util::JsonUtilstatic
GetStringVector(const nlohmann::json &json, const std::string &key, std::vector< std::string > *value)apollo::common::util::JsonUtilstatic
ProtoToTypedJson(const std::string &json_type, const google::protobuf::Message &proto)apollo::common::util::JsonUtilstatic