Thanks Sven :)
> El 23 jun. 2023, a las 00:06, stephane ducasse <[email protected]> > escribió: > > Super nice > for a moment I thought that you forgot the final G of the name :) > >> On 21 Jun 2023, at 11:25, Sven Van Caekenberghe <[email protected]> wrote: >> >> [ANN] CBOR for Pharo >> >> https://github.com/svenvc/CBOR >> >> Concise Binary Object Representation (CBOR) is a binary data serialization >> format. CBOR is based on the JSON data model: a number of primitive types >> (integers, floats, booleans, strings and null), lists and maps (which >> represent objects or structures). Being binary, CBOR is more efficient than >> JSON, which is text based. CBOR also supports binary data and optional >> extensions (called tags). This implementation has native support for string >> and epoch based timestamps (DateAndTime) and big integers (Integer). >> >> This project contains encoding/decoding support for the half-precision, IEEE >> 754 16-bit (binary16) floating-point format. >> >> Sven >> >> >> -- >> Sven Van Caekenberghe >> Proudly supporting Pharo >> http://pharo.org >> http://association.pharo.org >> http://consortium.pharo.org >> >> >>
