BSD-3-Clause licensed by Duncan Coutts
Maintained by [email protected]
This version can be pinned in stack with:cborg-json-0.2.6.0@sha256:5ba8729c8a1961ecb593524d9ac0bd6c262528f63ac7d0d0b55a64724305f92d,2839

Module documentation for 0.2.6.0

This package implements the bijection between JSON and CBOR defined in the CBOR specification, RFC 7049.

Changes

Revision history for cborg-json

0.2.6.0

  • Use Base62Url encoding for bytes

  • Support GHC 9.8

0.2.5.0 – 2022-09-24

  • Support GHC 9.4

  • Drop GHC 8.0 and 8.2 support

  • Support aeson 2.1

0.2.2.0 – 2019-12-29

  • Use replicateM to significantly speed up decoding. Now faster than Aeson!

  • Add support for decoding half-precision and single-precision floating-point numbers.

  • Version bumps and support for GHC 8.8

0.1.0.0 – 2017-08-01

  • First version. Released on an unsuspecting world.