You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default proto3 JSON printer should convert the field name to lowerCamelCase and use that as the JSON name.
I know this library isn't currently targetting Proto 3, but is this something you'd be open to a PR for? Backwards compatibility could be maintained by making this an opt-in feature. For example:
json=message.to_json(lower_camel_case: true)
The text was updated successfully, but these errors were encountered:
According to the Protobuf 3 language guide:
I know this library isn't currently targetting Proto 3, but is this something you'd be open to a PR for? Backwards compatibility could be maintained by making this an opt-in feature. For example:
The text was updated successfully, but these errors were encountered: