kbson
0.1.0
kbson
/
org.mongodb.kbson
/
BsonDocument
/
append
append
fun
append
(
key
:
String
,
value
:
BsonValue
)
:
BsonDocument
Content copied to clipboard
Put the given key and value into this document, and return the document.
Return
this
Parameters
key
the key
value
the value