Skip to content

strongh/rbson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbson

an implementation of the BSON spec for R

BSON, in the words of bsonspec.org, is a

binary-encoded serialization of JSON-like documents. Like JSON, BSON supports the embedding of documents and arrays with in other documents and arrays. BSON also contains extensions that allow representation of data types that are not part of the JSON spec. For example, BSON has a Date type and a BinData type.

BSON is used by MongoDB to communicate with drivers. The immediate application of rbson is to the mongor package, although it could be used elsewhere.

About

A minimal BSON serializer for R.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages