@hackage JSON-Combinator0.2.5
A combinator library on top of a generalised JSON type
Deprecated
Dependencies (9)
- JSONb
- base <5 && >=4
- bytestring
- bytestring-trie
- containers
- failure Show all…
Dependents (2)
@hackage/acme-everything, @hackage/JSON-Combinator-Examples
Package Flags
small_base
(on by default)
Choose the new, split-up base package.
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 two libraries available on hackage:
json (
Text.JSON)JSONb (
Text.JSONb)