vbabiy / djangorestframework-camel-case

Camel case JSON support for Django REST framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial problem

djanchew opened this issue · comments

I having a problem when I get JSON data like:
>>> underscoreize({'HelloWord': 'HelloWorld'})
{'_hello_word': 'HelloWorld'}

Am i using it a wrong way?
I got data from an API and this problem confused me.
It seems no other issue refer to this case.
Sorry about my bad English, and thanks for your work.

commented

HelloWord isn't camelCase, it should be helloWorld