This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/vendor/github.com/globalsign/mgo/bson
2018-10-28 17:24:10 +01:00
..
bson.go added vendor 2018-10-28 17:24:10 +01:00
bson_corpus_spec_test_generator.go added vendor 2018-10-28 17:24:10 +01:00
compatibility.go added vendor 2018-10-28 17:24:10 +01:00
decimal.go added vendor 2018-10-28 17:24:10 +01:00
decode.go added vendor 2018-10-28 17:24:10 +01:00
encode.go added vendor 2018-10-28 17:24:10 +01:00
json.go added vendor 2018-10-28 17:24:10 +01:00
LICENSE added vendor 2018-10-28 17:24:10 +01:00
README.md added vendor 2018-10-28 17:24:10 +01:00
stream.go added vendor 2018-10-28 17:24:10 +01:00

GoDoc

An Implementation of BSON for Go

Package bson is an implementation of the BSON specification for Go.

While the BSON package implements the BSON spec as faithfully as possible, there is some MongoDB specific behaviour (such as map keys $in, $all, etc) in the bson package. The priority is for backwards compatibility for the mgo driver, though fixes for obviously buggy behaviour is welcome (and features, etc behind feature flags).