bizzabo / play-json-extensions

+22 field case class formatter and more for play-json
http://cvogt.org/play-json-extensions/api/
Other
196 stars 44 forks source link

Make camel_case behavior match play-json #83

Closed dforciea closed 1 year ago

dforciea commented 4 years ago

Update to use the play-json snake case function rather than the built-in one that does not match.

Fixes #82

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

dforciea commented 4 years ago

One question I would have is whether the behavior should match solely for the case class attribute name encoding, or if it should also apply for the singletons.