MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Converti MongoDBObject in JsValue

Ecco come lo fai per Play 2.1 (documentazione )

val dbo = MongoDBObject("id" -> "0001", "name" -> "Kevin", "age" -> "100") 
val json: JsValue = Json.parse(dbo.toString)