vbabiy / djangorestframework-camel-case

Camel case JSON support for Django REST framework.
Other
635 stars 122 forks source link

Is there a way to turn it of for PascalCase? #157

Open pchabros opened 3 months ago

pchabros commented 3 months ago

For Country I get _country. I would like to convert to snake_case only valid pascalCase keys.