Skip to content

cristalhq/bson

Repository files navigation

bson

build-img pkg-img version-img

Package implements BSON encoding and decoding in Go. See https://bsonspec.org/spec.html

Features

  • Simple API.
  • Dependency-free.
  • Optimized for speed.
  • Clean and tested code.

See docs for more details.

Install

Go version 1.18+

go get github.com/cristalhq/bson

Example

TODO

See examples: example_test.go.

License

MIT License.