Is there a way to create a bsoncxx::builder::basic::document from a std::string?
I know how to build a document using mongocxx functions such as make_document, kvp, make_array, as well as through the streaming functions.
But what I want to know is if we can create a std::string representation of a document and make that into a bsoncxx::builder::basic::document?