getml / reflect-cpp

A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org[C++20]
https://getml.github.io/reflect-cpp/
MIT License
821 stars 65 forks source link

Add support for CBOR using TinyCBOR #53

Closed liuzicheng1987 closed 5 months ago

liuzicheng1987 commented 6 months ago

TinyCBOR appears to be a well-documented and well-designed C library for CBOR written by Intel.

https://github.com/intel/tinycbor