BSD-3-Clause licensed by Scrive AB
Maintained by Mariusz Rak
This version can be pinned in stack with:fields-json-0.4.0.0@sha256:653cd71408092f1bd499a6f8d9941d3176f80de61f10b629edabb2c22d8547ef,1388

Module documentation for 0.4.0.0

Used by 1 package in nightly-2021-12-26(full list with versions):

fields-json Hackage version Build Status

Abusing monadic syntax for generation of JSON objects.

Generation of big, complex JSON objects with Text.JSON is painful and autoderivation is not always posible. Check documentation of Text.JSON.Gen for more info.

Changes

fields-json-0.4.0.0 (2019-10-31)

  • Drop support for GHC < 8.0
  • Don’t use IncoherentInstances

fields-json-0.3.0.1 (2018-11-20)

  • Don’t enable OverlappingInstances by default.