-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.1
-
Component/s: None
-
None
The following code, which tries to parse valid JSON, throws an exception:
com.mongodb.util.JSON.parse("
{\"number\" : 3.14e6}")
com.mongodb.util.JSON.parse("
")