elm-protocol-buffers icon indicating copy to clipboard operation
elm-protocol-buffers copied to clipboard

Support for JSON encoders/decoders.

Open mplzik opened this issue 3 years ago • 1 comments

Proto3 supports canonical encoding in JSON, implementing JSON-based encoders and decoders would allow to easily plug elm in front of backends that use proto3 for API description. tiziano88/elm-protobuf that was implementing this, but unfortunately it doesn't seem to be maintained anymore and their protoc-gen-elm plugin doesn't generate valid code anymore.

mplzik avatar Feb 10 '22 09:02 mplzik

Hi @mplzik, I am not actively adding new features to this package. Feel free to create a PR if you want.

eriktim avatar Feb 10 '22 16:02 eriktim