|
DESCRIPTIONThe bson_new_from_data() function shall create a new bson_t on the heap and copy the contents of data. This may be helpful when working with language bindings but is generally expected to be slower. RETURNSA newly allocated bson_t if successful, otherwise NULL. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|