-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
The bson::extjson module currently includes examples of creating a Document from extended JSON via the TryFrom<serde_json::Value> implementation, but none that use the various serde_json::from_x functions (which can now be used with the completion of RUST-517). We should add such examples to the bson::extjson module documentation.