Apollo 10.0
自动驾驶开放平台
apollo::common::util::JsonUtil 成员列表

成员的完整列表,这些成员属于 apollo::common::util::JsonUtil,包括所有继承而来的类成员

GetBoolean(const nlohmann::json &json, const std::string &key, bool *value)apollo::common::util::JsonUtilstatic
GetBooleanByPath(const nlohmann::json &json, const std::string &path, bool *value)apollo::common::util::JsonUtilstatic
GetJsonByPath(const nlohmann::json &json, const std::vector< std::string > &paths, nlohmann::json *value)apollo::common::util::JsonUtilstatic
GetNumber(const nlohmann::json &json, const std::string &key, T *value)apollo::common::util::JsonUtilinlinestatic
GetNumberByPath(const nlohmann::json &json, const std::string &path, T *value)apollo::common::util::JsonUtilinlinestatic
GetString(const nlohmann::json &json, const std::string &key, std::string *value)apollo::common::util::JsonUtilstatic
GetStringByPath(const nlohmann::json &json, const std::string &path, 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
ProtoToJson(const google::protobuf::Message &proto)apollo::common::util::JsonUtilstatic
ProtoToTypedJson(const std::string &json_type, const google::protobuf::Message &proto)apollo::common::util::JsonUtilstatic