-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Currently, we allow users to convert their bson to json in three different ways (legacy, relaxed, canonical) using the corresponding bson_to_json functions. However, there is no capability to do so with a bson array.
This ticket will add the functions needed to allow bson_array_as_json to output all three types of json.
- is depended on by
-
CXX-1712 Overload bsoncxx::to_json to accept a bsoncxx::array::view
- Closed