-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Export to Language
-
None
-
1
-
Sprint Wyclef Jean
-
None
Elisions in javascript: [,,1, 2] --> [undefined, 1, 2]
Won't work in java because doing `.append("array with leading elision", Arrays.asList(null, "1", "2")) will throw a null pointer exception.`
Use BsonUndefined