tapir
tapir copied to clipboard
Openapi codegen interchangeable json formatters
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.