-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.11.1
-
Component/s: JSON
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
when parsing the following JSON with too many braces:
{"_id":{{{{"$oid":"50c5c5b0b8be290c1d00014b"
The JSON parser from the driver parsed it in a very strange way with a key "{{{{{"$oid"".
So Looks like there is a bug in the parser when '{' are back to back.
This is with the strict extended JSON parser