reactivemongo.play.json.compat.ValueConverters
See Implicit conversions for value types between play.api.libs.json and reactivemongo.api.bson, using MongoDB Extended JSON syntax (v2).
play.api.libs.json
reactivemongo.api.bson
import reactivemongo.play.json.compat.ValueConverters._ def foo(v: BSONValue): JsValue = implicitly[JsValue](v) // ValueConverters.fromValue def bar(v: JsValue): BSONValue = implicitly[BSONValue](v) // ValueConverters.toValue
Note: Logger reactivemongo.api.play.json.ValueConverters can be used to debug.
reactivemongo.api.play.json.ValueConverters
See specifications.#conversion-table syntax]]
See Implicit conversions for value types between
play.api.libs.json
andreactivemongo.api.bson
, using MongoDB Extended JSON syntax (v2).Note: Logger
reactivemongo.api.play.json.ValueConverters
can be used to debug.See specifications.#conversion-table syntax]]