protoc-gen-go-json
protoc-gen-go-json copied to clipboard
Proto3 optional field
Enables Marshalling and Unmarshalling the more recent proto3 optional fields capability.
Not thoroughly tested, I hope to use this on some non trivial messages before a merge is even considered.
Looking for feedback and suggestions.
Addresses #13
Are we planning to merge this pull request?
Would be great if we could merge this pull request
This seems sufficient to me. The protojson package is doing the heavy lifting supporting optional, this really just needs to declare support
@mitchellh any hesitations about merging this?
This looks good thanks! Apologies for the delay. :)
@mitchellh Please create a new tag
Just ran into this problem while trying to use the Buf remote plugin. Unfortunately, Buf only releases updates for stable releases. Any chance this will be released soon?