MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

Konvertieren Sie MongoDBObject in JsValue

So machen Sie es für Play 2.1 (Dokumentation ). )

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