MongoDB 2.6 introduced support for the NumberLong data type in MongoDB Extended JSON using $numberLong. However, the Java driver does not yet support it. If you try to insert a document that makes use of $numberLong, you'll get an error saying that field names starting with dollar signs are not allowed. This should be a matter of adding a couple of lines to JSONCallback.java.
- is depended on by
-
DRIVERS-167 Support $numberLong for extended JSON parsing and generation
- Closed