This is a JSON serialization pack for ReactiveMongo, based on the JSON library of Play! Framework.
In your build.sbt
:
libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo-play-json" % VERSION)
The documentation is available online.
More examples
ReactiveMongo for Play2 can be built from this source repository.
sbt publishLocal
To run the tests, use:
sbt test
As for Play Framework 2.4+, a JDK 1.8+ is required to build this plugin.