-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
Description
-
Remove instance of
loadFromStringin header formatter and replace with protobuf .Json::ObjectSharedPtr parsed_params = Json::Factory::loadFromString(std::string(json)); -
Remove unused methods and the unsafe code that can throw exceptions such as the get[Type] methods that don't have defaults.
envoy/include/envoy/json/json_object.h
Line 114 in 0d5b470
virtual std::string getString(const std::string& name) const PURE;
Follow-up to #14467
Reactions are currently unavailable