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
Currently, the code generates case-classes, and imports circe.auto._. Proably we should decouple the case-class from the import/formatter generation (or get the formatter generation as param and use it while we generate the classes), and also add the other supported json libraries one-by-one. We should get the json lib type as an sbt config to make it easily changeable.
The text was updated successfully, but these errors were encountered:
Currently, the code generates case-classes, and imports
circe.auto._
. Proably we should decouple the case-class from the import/formatter generation (or get the formatter generation as param and use it while we generate the classes), and also add the other supported json libraries one-by-one. We should get the json lib type as an sbt config to make it easily changeable.The text was updated successfully, but these errors were encountered: