getezy / ezy

🔥 GUI client for gRPC/gRPC-Web
https://getezy.dev
Mozilla Public License 2.0
974 stars 16 forks source link

Message fields only accepted in camelCase #44

Closed malins closed 1 year ago

malins commented 1 year ago

Hello,

according to Protobuf3 specification (JSON mapping), JSON parsers should accept message field names in camel case (e.g. someAttributeName) as well as the original field name (e.g. some_attribute_name as per protobuf style guide). Currently, ezy seems only to accept camel case.

Kind regards, Manuel

notmedia commented 1 year ago

Hi @malins! Thank you!

I will publish new version with bug fix today 😉

notmedia commented 1 year ago

@malins Released https://github.com/getezy/ezy/releases/tag/v1.0.0-beta.15