|
|
|
|
|
by Matthias247
3800 days ago
|
|
Afaik newer versions of messagepack added an extra type to have string and binary now seperated. I read somewhere that CBOR was better designed for extensibility, but don't know anything further about it. One difference (on the non-technical side) is that CBOR is standardized through IETF. |
|
Tags are used to apply meta information to a piece of datum. For example, you can tag a UTF-8 string as a URL or tag an array with a reference so it can be referred to elsewhere in the CBOR encoded data (an extension defined by the IETF but outside RFC-7049).