-
Should we make JsonSerialization Case Insensitive for JsonRpcPlugin? Currently, there are two naming policy for our python plugin. The outer response model is camel case, but the inner Result (JsonRPCResult which extends the Result class) is Pascal Case (first letter Upper). Should we mark all camel case or simply use Case Insensitive. Any thought? @Flow-Launcher/team |
Beta Was this translation helpful? Give feedback.
Answered by
jjw24
Jul 4, 2021
Replies: 1 comment
-
i think use case insensitive, coming from the perspective that it makes it easier for py devs. Python and C# use different naming conventions anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
taooceros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i think use case insensitive, coming from the perspective that it makes it easier for py devs. Python and C# use different naming conventions anyway.