Bson

object Bson

The Bson companion object

Functions

Link copied to clipboard
operator fun invoke(jsonString: String): BsonValue

Create a BsonDocument from a Json string

Link copied to clipboard
fun toJson(bsonValue: BsonValue): String

Create a Json string from a BsonValue