ReactiveMongo Support for Play JSON

This is a JSON serialization pack for ReactiveMongo, based on the JSON library of Play Framework.

Usage

In your build.sbt:

libraryDependencies ++= Seq(
  "org.reactivemongo" %% "reactivemongo-play-json-compat" % VERSION)

Maven Javadocs

The documentation is available online.

More examples

Build manually

ReactiveMongo for Play Framework can be built from this source repository.

sbt publishLocal

To run the tests, use:

sbt test

CircleCI

As for Play Framework 2.5+, a JDK 1.8+ is required to build this plugin.

Learn More