play-ws-standalone-json4s

Scala CI

BodyReadable/BodyWritable for Json4s

Install

libraryDependencies += "com.github.tototoshi" %% "play-ws-standalone-json4s-jackson" % "0.3.1"

or

libraryDependencies += "com.github.tototoshi" %% "play-ws-standalone-json4s-native" % "0.3.1"

Usage

import com.github.tototoshi.play.json4s.ws.jackson.Json4sBodyReadables._
import com.github.tototoshi.play.json4s.ws.jackson.Json4sBodyWritables._

or

import com.github.tototoshi.play.json4s.ws.native.Json4sBodyReadables._
import com.github.tototoshi.play.json4s.ws.native.Json4sBodyWritables._

License

Apache 2.0