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-compat" % VERSION)
The documentation is available online.
More examples
ReactiveMongo for Play Framework can be built from this source repository.
sbt publishLocal
To run the tests, use:
sbt test
As for Play Framework 2.5+, a JDK 1.8+ is required to build this plugin.