Apollo
6.0
Open source self driving car software
|
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::JsonUtil | static |
GetNumber(const nlohmann::json &json, const std::string &key, T *value) | apollo::common::util::JsonUtil | inlinestatic |
GetString(const nlohmann::json &json, const std::string &key, std::string *value) | apollo::common::util::JsonUtil | static |
GetStringVector(const nlohmann::json &json, const std::string &key, std::vector< std::string > *value) | apollo::common::util::JsonUtil | static |
ProtoToTypedJson(const std::string &json_type, const google::protobuf::Message &proto) | apollo::common::util::JsonUtil | static |