https://github.com/01org/tinycbor/releases/tag/v0.2
The major feature in this release is the CBOR-to-JSON and JSON-to-CBOR conversion tools. Conversion from CBOR to JSON is done by passing the -j option to the existing cbordump tool, while the reverse conversion is done by the new json2cbor tool. Both tools accept the -M switch to annotate the JSON output and parse it so the orignal CBOR types are restored. This is specially useful for tagged objects and CBOR Byte Strings. A minor feature was the implementation of IEEE 754 half-float support. Another is the ability to check whether the number of items added to arrays and maps when encoding to CBOR was the expected value. And TinyCBOR got a buildsystem. So now you can simply type make && make install. New APIs in this release: - cbor_encode_negative_int - cbor_encode_text_stringz - cbor_encoder_close_container_checked - cbor_value_get_raw_integer - cbor_value_to_json_advance - cbor_value_to_json -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
