pjfanning / pekko-http-json

Integrate some of the best JSON libs in Scala with Pekko HTTP
Apache License 2.0
25 stars 2 forks source link

try to support loading arbitrary jackson modules #11

Closed pjfanning closed 6 months ago

pjfanning commented 9 months ago

Jacskon's DefaultScalaModule is added by default. To add extra ones, add something like this to your application.conf.

jackson-modules += "com.fasterxml.jackson.module.paramnames.ParameterNamesModule"