Concise Binary Object Representation (CBOR) binary serialization library.

ponce via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Dec 19 14:46:12 PST 2014


On Friday, 19 December 2014 at 22:33:57 UTC, BBaz wrote:
> On Friday, 19 December 2014 at 18:26:26 UTC, MrSmith wrote:
>> The Concise Binary Object Representation (CBOR) is a data 
>> format
>> whose design goals include the possibility of extremely small 
>> code
>> size, fairly small message size, and extensibility without the 
>> need
>> for version negotiation.  These design goals make it different 
>> from
>> earlier binary serializations such as ASN.1 and MessagePack.
>>

When implementing CBOR serialization/parsing I got the impression 
that it was remarkably similar to MessagePack except late. Dis 
you spot anything different?


More information about the Digitalmars-d-announce mailing list