In x/bsonx/bsoncore/value.go, the function func (v Value) String() string writes ObjectedIDs as {{
{"$oid":%s}}}, but the %s should be quoted, like this: {{
{"$oid":"%s"}}}.
In x/bsonx/bsoncore/value.go, the function func (v Value) String() string writes ObjectedIDs as {{
{"$oid":%s}}}, but the %s should be quoted, like this: {{
{"$oid":"%s"}}}.