ruby-bson

Ruby implementation of BSON
  https://docs.mongodb.com/ruby-driver/current/tutorials/bson-v4/
  0
  no reviews



BSON is a binary-encoded serialization of JSON-like documents. It is a binary form for representing simple data structures and associative arrays.

This library provides an implementation of BSON for the Ruby programming language.