Description Usage Details Value See Also Examples
Returns a fresh mongo.bson.buffer object ready to have data appended onto it.
1 |
mongo.bson.buffer objects are used to build mongo.bson objects.
A fresh mongo.bson.buffer object
mongo.bson,
mongo.bson.buffer.
1 2 3 | buf <- mongo.bson.buffer.create()
mongo.bson.buffer.append(buf, "name", "Donna")
b <- mongo.bson.from.buffer(buf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.