Description
A Haskell library for encoding JSON data as CBOR. It helps software bridge text-based JSON models and compact binary CBOR representations.
Developers use it when APIs or storage formats need the structure of JSON with binary encoding. Conversion rules should be documented because JSON and CBOR do not always represent values in exactly the same way.