Skip to content

SDUUitgevers/ReactiveMongo-Play-Json

 
 

Repository files navigation

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" % VERSION)

Maven Javadocs

The documentation is available online.

More examples

Build manually

ReactiveMongo for Play2 can be built from this source repository.

sbt publishLocal

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

Packages

No packages published

Languages

  • Scala 92.2%
  • Shell 7.8%