Đây là cách bạn thực hiện cho Play 2.1 ( tài liệu )
val dbo = MongoDBObject("id" -> "0001", "name" -> "Kevin", "age" -> "100")
val json: JsValue = Json.parse(dbo.toString)
Đây là cách bạn thực hiện cho Play 2.1 ( tài liệu )
val dbo = MongoDBObject("id" -> "0001", "name" -> "Kevin", "age" -> "100")
val json: JsValue = Json.parse(dbo.toString)