Skip to content

Commit 73e59db

Browse files
committed
fix(140): addition more explanation for cases
Clarifying the importance of the usage of uniform lower_snake_case across json and grpc
1 parent 01c82ef commit 73e59db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aep/general/0140/aep.md.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ generated code.
4444
transformed by substituting hyphens (`-`) for underscores (`_`), emitted in
4545
lowercase, and parsed case-insensitively.
4646

47+
Although gRPC-json transcoding often translates snake_case names to camelCase,
48+
this variance can force additional complexity server-side to translate the
49+
values in contexts such as in filter syntax.
50+
4751
#### Support for lowerCamelCase in clients
4852

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

0 commit comments

Comments
 (0)