json

Support for serialising Haskell to and from JSON

Version on this page:0.9.1@rev:1
LTS Haskell 20.23:0.10@rev:1
Stackage Nightly 2023-05-29:0.10@rev:1
Latest on Hackage:0.10@rev:1

See all snapshots json appears in

BSD-3-Clause licensed by Galois Inc.
Maintained by Iavor S. Diatchki (iavor.diatchki@gmail.com)
This version can be pinned in stack with:json-0.9.1@sha256:536cd5911d4b46db047442e0f40743c1fa364d6d3a08b7b35c3db17de6bd7bc5,3326

Module documentation for 0.9.1

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.