-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
Bson::to_json, Bson::into_json, and Bson::from_json were all deprecated many versions ago after being replaced by From implementations in both directions for Bson and serde_json::Value. Rather than codify methods that we don't intend for users to ever use as part of our stable API, we should remove these before stabilization.
- links to