-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 0.6.3
-
Component/s: None
-
None
We currently have
BSON\fromArray() & BSON\toArray()
Would be nice to have *Object() counterparts:
BSON\fromObject() & BSON\toArray()
Currently the *Array() functions accept both array and objects, should be changed to only accept arrays – and the *Object() only objects.