This is a JSON serialization pack for ReactiveMongo, based on the JSON library of Play! Framework.
In your project/Build.scala
:
// only for Play 2.4.x
libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo-play-json" % "0.11.9")
ReactiveMongo for Play2 can be built from this source repository.
sbt publish-local
To run the tests, use:
sbt test
As for Play Framework 2.4, a JDK 1.8+ is required to build this plugin.