json

Support for serialising Haskell to and from JSON

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

See all snapshots json appears in

BSD-3-Clause licensed by Galois Inc.
Maintained by Iavor S. Diatchki ([email protected])
This version can be pinned in stack with:json-0.9.3@sha256:d3b2fa674955c92e8148931b16116dcb839fba7b2bd5ff1bc95dc47a30e943bd,3189

Module documentation for 0.9.3

Used by 1 package in lts-13.22(full list with versions):

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.

This library provides a parser and pretty printer for converting between Haskell values and JSON.