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