bson_t doc; bson_error_t error; std::string strTest = "{\"str\": \"charité\"}"; bson_init_from_json(&doc, strTest.c_str(), strTest.size(), &error); char * jsonStr = bson_as_json(&doc, NULL);