takezoe / akka-http-jackson   1.0.0

Apache License 2.0 GitHub

Jackson support for Akka HTTP

Scala versions: 2.11

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.