[Cuis-dev] Cuis CBOR decoder
Philip Bernhart
philip.bernhart at posteo.de
Sun Oct 4 07:50:46 PDT 2020
Hi,
I wrote a decoder for the CBOR (RFC 7049) data format,
which is a binary format for semi-structured data (so like JSON).
Surely interesting if you want to read Dictionaries,
Arrays, Strings or ByteArrays stored in files.
It can already read all the example data which is defined
in the RFC (Appendix A).
For full functionality an encoder needs to be written,
maybe I find the time to do that.
Project is located at:
https://github.com/Phantasus/Cuis-Smalltalk-CBOR
Cheers,
Philip
More information about the Cuis-dev
mailing list