-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
None
-
Fully Compatible
-
Query 12 (04/04/16)
Would allow something like this:
Document document = {{"a", 1}, {"b", "q"}};
instead of the current syntax, which can get hard to read with increasing numbers of fields:
Document document = DOC("a" << 1 << "b" << "q");