CDRIVER-994 fix array keys of special JSON types
The BSON array keys produced from parsing JSON like this:
[{$numberLong: "123"}, {$numberLong: "456"}]
Had been "1", "3" instead of the correct "0", "1".
parent
a53cbd52
Please register or sign in to comment