json2caseclass icon indicating copy to clipboard operation
json2caseclass copied to clipboard

Add option to generate camelCase names

Open ksilin opened this issue 10 years ago • 2 comments

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.

ksilin avatar Mar 29 '16 14:03 ksilin

sure, do you still need it ?

waxzce avatar Aug 23 '16 11:08 waxzce

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.

ksilin avatar Aug 23 '16 18:08 ksilin