[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



Reply via email to