tercen / TSON

TSON, short for Typed JSON, is a binary-encoded serialization of JSON-like document that support javascript typed data.
16 stars 1 forks source link

Why not BSON? #1

Open wolkym opened 8 years ago

wolkym commented 8 years ago

subj

amaurel commented 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.