Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
1.3
-
None
-
None
-
Fully Compatible
Description
To reproduce:
var json = "
{ _x : 2 }";
var document = BsonSerializer.Deserialize<BsonDocument>(json);
When the element name is quoted there is no problem.