-
Type:
New Feature
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.7.0
-
Component/s: BSON
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
There is a common naming convention called snake case. Basically for any property with name SnakeProperty, the corresponding json/bson key would be snake_property.
Something like this: https://www.newtonsoft.com/json/help/html/NamingStrategySnakeCase.htm