Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 379 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 379 Bytes

README

Library for converting to and from BSON

Build library

./configure
make

Install library

sudo make install

Apple Platforms

There is a CocoaPod for iOS, MacOS, tvOS, and watchOS. Add to your podfile:

pod 'BiSON'

Build and run sample program

cd examples
gcc -o sample sample.c -lbson
./sample