/ReactiveMongo-Play-Json

Play JSON support for ReactiveMongo

Primary LanguageScalaApache License 2.0Apache-2.0

ReactiveMongo Support for Play JSON

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

Usage

In your project/Build.scala:

// only for Play 2.4.x
libraryDependencies ++= Seq(
  "org.reactivemongo" %% "reactivemongo-play-json" % ReactiveMongoVer)

Maven Central

The documentation is available online.

More [examples[src/test/scala/JSONCollectionSpec.scala]

Build manually

ReactiveMongo for Play2 can be built from this source repository.

sbt publish-local

To run the tests, use:

sbt test

Travis: Build Status Test coverage

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

Learn More