| 1727 | } // namespace |
| 1728 | |
| 1729 | std::string JsonDebugString(const google::protobuf::Value& message) { |
| 1730 | std::string output; |
| 1731 | JsonDebugStringState(GeneratedJsonAccessor::Singleton(), &output) |
| 1732 | .ValueDebugString(message); |
| 1733 | return output; |
| 1734 | } |
| 1735 | |
| 1736 | std::string JsonDebugString(const google::protobuf::Message& message) { |
| 1737 | DynamicJsonAccessor accessor; |