json

Support for serialising Haskell to and from JSON

Version on this page:0.9.2
LTS Haskell 20.23:0.10@rev:1
Stackage Nightly 2023-05-31: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.2@sha256:896853f7a8da0e2ae6bb15d057fd314406bbd2ac2d6adc943ebbed779b119053,3186

Module documentation for 0.9.2

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.