/akka-http-play-json

PlayJson integration for AkkaHttp

Primary LanguageScalaOtherNOASSERTION

PlayJson for AkkaHttp

Build Status Coverage Status Version Codacy Badge License

This project contains implicit marshaller and unmarshaller to enable simple endpoint and consumer development.

Setup

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

libraryDependencies += "com.evolutiongaming" %% "akka-http-play-json" % "0.1.13"

Usage

import akka.http.scaladsl.marshallers.playjson.PlayJsonSupport._