Small [CBOR][1] implementation for Java, based on the proposed standard of the CBOR specification, RFC 7049.
All major types as defined by CBOR are supported.
All basic Java types are supported, including support for half-precision float values
as defined in IEEE 754. Note that currently not the all values of an uint64_t
value
are supported by this implementation.
- add support for encoding/decoding semantic tags;
- add better support for decoding unlimited arrays, strings and maps;
- implement support for
uint64_t
types that cannot handled directly by Java's long value; - better error handling and testing.
Apache Public License v2.0
J.W. Janssen j.w.janssen@lxtreme.nl