Open wolkym opened 8 years ago
Basic types in BSON are limited to byte, int32, int64 and double. Of course using BSON it's possible to handle other types (int16, uint16 ...etc) using array of bytes associate with custom subtype but then it is no more BSON it is custom BSON ie TSON.
subj