cbor2 — Easy Playground
CBOR (Concise Binary Object Representation) encoding/decoding
Getting started with cbor2Run locally
Install
pip install cbor2Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: cbor2)
cbor2 is a third-party package. CBOR (Concise Binary Object Representation) encoding/decoding. Install with: pip install cbor2
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?