-
Type:
New Feature
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: JSON
-
None
MongoDB 2.6 introduced support for the NumberLong data type in MongoDB Extended JSON using $numberLong.
In strict mode, JsonWriter will write all Int64 values using $numberLong. But some applications will prefer to lose the type information and just writes them as JSON numbers.
- is related to
-
SERVER-6812 Extended JSON syntax should support all BSON types
-
- Closed
-
- related to
-
JAVA-1772 Make it easier to change JsonWriter behaviour
-
- Closed
-