-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: BSON
-
None
The Display implementation for Document currently formats the output with unquoted keys. This is at odds with serde_json and the shell print documents, however, which do quote their keys. We should update the implementation to match.