Numeric BSON value types can be difficult to deal with. Depending on the source, a number might be a float64, int32, int64, or decimal128. To ease the usability of the Value types, add As* and As*OK methods to each value type for float64, int32, and int64.
- is related to
-
GODRIVER-2167 Deprecate frequently lossy "bson.RawValue" "AsInt32" and "AsInt32OK" functions
- Closed
- related to
-
GODRIVER-413 Implement Improved BSON Design
- Closed
-
GODRIVER-610 Scope & Design Improved BSON Support
- Closed