7#include <google/protobuf/struct.pb.h> 
    8#include <google/protobuf/util/json_util.h> 
   10#include <userver/formats/json.hpp> 
   11#include <userver/formats/json/serialize.hpp> 
   13USERVER_NAMESPACE_BEGIN
 
   22std::string 
ToString(
const google::protobuf::Message& message);
 
   32json::Value Serialize(
const google::protobuf::Message& message,
 
   37namespace formats::
parse {
 
   39google::protobuf::Value Parse(
const formats::
json::Value& value,
 
   40                              To<google::protobuf::Value>);