swift-bson icon indicating copy to clipboard operation
swift-bson copied to clipboard

pure Swift BSON library

Results 3 swift-bson issues
Sort by recently updated
recently updated
newest added

When initing a BSON from a literal it is an int64 by default, but is easy to change (.int32(5)). However when using JSON the "default" type is int32. Is there...

tracked-in-jira

not sure why the [`BSON.array(_:)`](https://github.com/mongodb/swift-bson/blob/main/Sources/SwiftBSON/BSON.swift#L20) enum case is marked `indirect`, because `[BSON]` is already indirectly stored? (not a bug, the label was added automatically and i cannot remove it)

I would like to suggest a change to the date format resulting from toRelaxedExtendedJSON() from Date+BSONValue.swift In the context of relaxed, users being provided JSON find it odd to see...

tracked-in-jira