-
Notifications
You must be signed in to change notification settings - Fork 1.6k
jsonpb: does not support FieldMask #745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for filing. I marked with with "api-v2" since I rewrote the See https://go-review.googlesource.com/c/protobuf/+/134495/1/encoding/jsonpb/known.go#94 |
Can we get a status update on this? I think this may be better suited under a |
This is implemented in v2, which we're not quite ready for a release yet. v1 will get the change when we update it to use v2 underneath. The release may take a while though. |
Do you have any public documents discussing v2 timelines/details? |
#364 (comment) provides links to v2 design details. We don't have published timelines. You can follow updates on our repo at https://go.googlesource.com/protobuf. |
The new |
Go implementation of JSONPB does not support well-known proto type FieldMask, which has special JSON encoding.
What version of protobuf and what language are you using?
Version: ddf2292
What did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: