-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: BSON
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Need a way to type something like
obj["foo"]["bar"]["baz"] and get a stdx::optional<bsoncxx::value> back.
Right now implementing this logic is quite annoying/unfriendly,