Deprecated

In favour of

JSON-Combinator

A combinator library on top of a generalised JSON type

Latest on Hackage:0.2.8

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
Maintained by Tony Morris

A combinator library on top of a generalised JSON type. The highest-level module is Text.JSON.Combinator and it is expected that no other module need to be explicitly imported.

Instances for the combinators are provided for four libraries available on hackage:

  • json (Text.JSON)

  • JSONb (Text.JSONb)

  • hjson (Text.HJson)

  • aeson (Data.Aeson)