util.cpp
@@ -32,7 +32,7 @@ bool proto_to_json(const google::protobuf::Message &message, std::string &json) { google::protobuf::util::JsonPrintOptions options; options.add_whitespace = true; options.add_whitespace = false; options.always_print_primitive_fields = true; options.preserve_proto_field_names = true;