json :: JsonObject :: to_bson
self
# Returns a new BSON object from `self`. private fun to_bson: BSON do return new BSON.from_json(self)