In the protocolbuffers-go we received a bug (https://github.com/golang/protobuf/issues/1626) for our protojson implementation not accepting strings with whitespace (specifically "\n" in this case) in them.
I think I verified that the C++ implementation also doesn't accept them (see my last comment on the issue). We prefer to stay compatible to C++ as much as possible. So the question is: should this be allowed? Thanks, Nicolas with the hat of Go protobuf maintainer -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/693e93b9-7056-44b0-84a5-04379a972fa8n%40googlegroups.com.
