@hackage / JSON-Combinator

A combinator library on top of a generalised JSON type

Version Deprecated package0.2.8

About

Metadata

  • Last updated , by TonyMorris
  • License BSD-3-Clause
  • Categories JSON
  • Maintained by: Tony Morris

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    small_base (on by default)

    Choose the new, split-up base package.

Readme

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)