You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is unfortunate as its passed to the user in a bad form. I'm curious if you all would allow a PR for some sort of annotation that would flatten the nested message into a map of arrays?
The text was updated successfully, but these errors were encountered:
If you want to go about this I think the correct place to do it would be in http://github.com/google/protobuf. We don't control the spec for JSONification of protos so I think this is not the correct abstraction layer for that code.
Hello, I have a bit of an oddball inquiry. I am wanting to model:
Which is a map of arrays. Proto3 doesn't support repeated values in maps so they force a message wrapper. i.e.
This is unfortunate as its passed to the user in a bad form. I'm curious if you all would allow a PR for some sort of annotation that would flatten the nested message into a map of arrays?
The text was updated successfully, but these errors were encountered: