You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 toabcXyz
in the case class would be nice.The text was updated successfully, but these errors were encountered: