-
http://www.playframework.com/documentation/2.1.1/ScalaJsonCombinators
-
https://github.com/ReactiveMongo/Play-ReactiveMongo
import play.api.libs.json.Reads._
- http://reactivemongo.org/releases/0.9/api/index.html#reactivemongo.bson.BSONHandler
trait BSONHandler[B <: BSONValue, T] extends BSONReader[B, T] with BSONWriter[T, B]- http://reactivemongo.org/releases/0.9/api/index.html#reactivemongo.bson.DefaultBSONHandlers$BSONStringHandler$
implicit object BSONStringHandler extends BSONHandler[BSONString, String]
- http://reactivemongo.org/releases/0.9/api/index.html#reactivemongo.bson.BSONReader
trait BSONReader[B <: BSONValue, T] extends AnyRef- http://reactivemongo.org/releases/0.9/api/index.html#reactivemongo.bson.DefaultBSONHandlers$BSONStringHandler$
implicit object BSONStringHandler extends BSONHandler[BSONString, String]
- http://reactivemongo.org/releases/0.9/api/index.html#reactivemongo.bson.BSONWriter
trait BSONWriter[T, B <: BSONValue] extends AnyRef- http://reactivemongo.org/releases/0.9/api/index.html#reactivemongo.bson.DefaultBSONHandlers$BSONStringHandler$
implicit object BSONStringHandler extends BSONHandler[BSONString, String]