-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Proto3 canonical JSON support #1304
Comments
I have a working implementation that supports Timestamp and Duration well-known types here johncsnyder@a6eddb4 It probably needs a bit of work before making a PR, as it does not support all the cases covered under https://developers.google.com/protocol-buffers/docs/proto3#json and it changes the default It creates the following wrappers
It also relaxes the object type check for Timestamp and Duration to support parsing the default message object structure as well as the string representation Eg parsing both |
Related: #1258 |
There are a number of open issues related to this. According to #351:
Any type url fix:
Struct, Value:
Related:
The text was updated successfully, but these errors were encountered: