Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to generate camelCase names #8

Open
ksilin opened this issue Mar 29, 2016 · 2 comments
Open

Add option to generate camelCase names #8

ksilin opened this issue Mar 29, 2016 · 2 comments
Assignees

Comments

@ksilin
Copy link

ksilin commented Mar 29, 2016

Currently, if the JSON contains snake_case names, these are used as-is in the case classes:

an option to convert abz_xyz in the JSON to abcXyz in the case class would be nice.

@waxzce
Copy link
Member

waxzce commented Aug 23, 2016

sure, do you still need it ?

@ksilin
Copy link
Author

ksilin commented Aug 23, 2016

not urgently :) ended up manually renaming and tweaking the Json with circe accordingly for the use case in question. But I work with APIs often, there will be ample opportunity to test the feature, since snake case is quite common.

@waxzce waxzce self-assigned this Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants