Comment by stevecooperorg
12 years ago
Anyone care to comment on where we might use such a thing? Is it already in use? And does it compare favourably with BSON?
12 years ago
Anyone care to comment on where we might use such a thing? Is it already in use? And does it compare favourably with BSON?
In Appendix E in the spec, named "Comparison of Other Binary Formats to CBOR's Design Objectives" there are several comparisons - including BSON:
It looks closer to msgpack if anything, but with actual strings and bytes.
It is inspired by msgpack. If you read the RFC then you will see that the authors like msgpack but have some different requirements.