Herbie Ong

Results 24 comments of Herbie Ong
trafficstars

The `prototext` package follows the protocol buffer [Text Format Language Specification](https://protobuf.dev/reference/protobuf/textformat-spec/). And that specification does not provide any special handling for well-known types.

I should have noted as well that C++ MessageToJsonString will produce example JSON string `{"": "value"}` on that message, and I think it's because `json_name` is empty string. I don't...

This is the same as https://github.com/golang/protobuf/issues/759. Someone responded with https://github.com/protocolbuffers/protobuf/issues/5390#issuecomment-476424326. I'm uncertain if that is affirmative as there has been no further action/decision and the issue was simply closed as...

https://github.com/golang/protobuf/issues/759 is the report for V1's marshaling issue. With the response in https://github.com/protocolbuffers/protobuf/issues/5390#issuecomment-476424326, I think we decided to keep the behavior for V2. I was mistaken in my comment above...