|
|
|
|
|
by zbendefy
316 days ago
|
|
How different is CBOR compared to BSON? Both seem to be binary json-like representations. Edit:
BSON seems to contain more data types than JSON, and as such it is more complex, whereas CBOR doesn't add to JSON's existing structure. |
|
https://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml
This is, for example, used by IPLD (https://ipld.io) to express references between objects through native types (https://github.com/ipld/cid-cbor/).