SYNOPSIS
bson_t *
bson_new (void);
DESCRIPTION
The bson_new(3) function shall create a new bson_t structure on the heap. It should be freed with bson_destroy(3) when it is no longer in use.
bson_t *
bson_new (void);
The bson_new(3) function shall create a new bson_t structure on the heap. It should be freed with bson_destroy(3) when it is no longer in use.