sql >> Database >  >> NoSQL >> MongoDB

Converteer MongoDBObject naar JsValue

Dit is hoe je het doet voor Play 2.1 (documentatie )

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



  1. MongoDB punt (.) in sleutelnaam

  2. Pymongo bulkinzetstukken

  3. Hoe MongoDB Community Edition op Ubuntu te installeren

  4. Wat is de beste strategie om Redis-gegevens te synchroniseren met MySQL?