标签: json scala reactivemongo
任何人都知道如何使用ReactiveMongo驱动程序转换BSONDocument中的json字符串?
BSONDocument
看起来像jsonString的应用函数现有的官方Mongo Scala驱动程序现在不存在被动驱动程序。
jsonString
答案 0 :(得分:1)
将JSON String转换为BSONDocument并不合理。如果使用JSON,则会推荐JSON pack,这样就可以将JsValue转换为BSONValue。
String
JsValue
BSONValue