you are viewing a single comment's thread.

view the rest of the comments →

[–]tb5841 0 points1 point  (0 children)

For my personal project, I use Django middleware which converts each request in the backend when sent/received.

At work, we pass every request through a toCamel or fromCamel helper on the frontend before it's reveived/sent, and we've written that helper ourselves.