We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c82ef commit 73e59dbCopy full SHA for 73e59db
aep/general/0140/aep.md.j2
@@ -44,6 +44,10 @@ generated code.
44
transformed by substituting hyphens (`-`) for underscores (`_`), emitted in
45
lowercase, and parsed case-insensitively.
46
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
+
51
#### Support for lowerCamelCase in clients
52
53
[ProtoJSON][proto-json] and [gRPC-Gateway][grpc-gateway] by default both
0 commit comments