Description
Read and write CBOR binary data from Python programs. CBOR is similar in purpose to JSON, but it stores structured values in a compact binary format often used by network protocols and embedded systems.
This is a developer library, not a viewer. Applications should treat CBOR from untrusted sources like any other external input, with size limits, validation, and careful handling of tags that may change how values are interpreted.