akka-http-jackson
Provides Jackson based JSON conversion for Akka HTTP.
Installation
Put the following dependency into your build.sbt
:
libraryDependencies += "com.github.takezoe" %% "akka-http-json" % "1.0.0"
Usage
Import JacksonSupport
as follows:
import com.github.takezoe.akka.http.jackson.JacksonSupport._
License
This code is open source software licensed under the Apache 2.0 License.