You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be really useful to be able to use BSON as a generic, schema-less, binary serialization format. It looks like the code for encoding/decoding BSON is fairly separate, but it'd be great if it could be extracted into it's own module for those who aren't using mongodb.
I'd happily do this myself, but I'm not sure where to start - my C knowledge is pretty basic. If you have any pointers (BADOOMTSSHHH) that'd be great.
The text was updated successfully, but these errors were encountered:
It'd be really useful to be able to use BSON as a generic, schema-less, binary serialization format. It looks like the code for encoding/decoding BSON is fairly separate, but it'd be great if it could be extracted into it's own module for those who aren't using mongodb.
I'd happily do this myself, but I'm not sure where to start - my C knowledge is pretty basic. If you have any pointers (BADOOMTSSHHH) that'd be great.
The text was updated successfully, but these errors were encountered: