Package

reactivemongo.play

json

Permalink

package json

Visibility
  1. Public
  2. All

Value Members

  1. package compat

    Permalink

    Implicit conversions for handler & value types between play.api.libs.json and reactivemongo.api.bson.

    Implicit conversions for handler & value types between play.api.libs.json and reactivemongo.api.bson.

    import play.api.libs.json.JsValue
    import reactivemongo.api.bson.BSONValue
    
    import reactivemongo.play.json.compat._
    
    def foo(v: BSONValue): JsValue = v // ValueConverters.fromValue

    For more specific imports, see ValueConverters and HandlerConverters.

Ungrouped