cborg-json

A library for encoding JSON as CBOR

https://github.com/well-typed/cborg

Version on this page:0.2.3.0
LTS Haskell 22.14:0.2.6.0
Stackage Nightly 2024-03-28:0.2.6.0
Latest on Hackage:0.2.6.0

See all snapshots cborg-json appears in

BSD-3-Clause licensed by Duncan Coutts
Maintained by [email protected]
This version can be pinned in stack with:cborg-json-0.2.3.0@sha256:115febc5771ee8e31d063da79387e643c8f6b8e75115cd0673dc56c716d45917,2050

Module documentation for 0.2.3.0

Used by 1 package in nightly-2022-04-14(full list with versions):

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

Changes

Revision history for cborg-json

0.2.3.0 – 2021-10-31

  • Support for aeson-2.0, GHC 9.0, GHC 9.2, and bytestring-0.11.

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.