Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions aep/general/0140/aep.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ generated code.
transformed by substituting hyphens (`-`) for underscores (`_`), emitted in
lowercase, and parsed case-insensitively.

Although gRPC-json transcoding often translates snake_case names to camelCase,
this variance can force additional complexity server-side to translate the
values in contexts such as in filter syntax.

#### Support for lowerCamelCase in clients

[ProtoJSON][proto-json] and [gRPC-Gateway][grpc-gateway] by default both
Expand Down