Skip to content

evolution-gaming/akka-http-play-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2.0"

Usage

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

Pekko support

The project supports the Pekko version via the adapter layer: https://github.com/evolution-gaming/akka-to-pekko-adapter. If you want to use it, replacing the dependency should suffice.

libraryDependencies += "com.evolutiongaming" %% "pekko-http-play-json" % "0.2.0"

Optionally you can rename the import to a Pekko version package:

import org.apache.pekko.http.scaladsl.marshallers.playjson.PlayJsonSupport._

About

PlayJson integration for AkkaHttp

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages