json

Support for serialising Haskell to and from JSON

Version on this page:0.9.2
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.2@sha256:896853f7a8da0e2ae6bb15d057fd314406bbd2ac2d6adc943ebbed779b119053,3186

Module documentation for 0.9.2

  • Text
    • Text.JSON
      • Text.JSON.ReadP
      • Text.JSON.String
      • Text.JSON.Types
Used by 1 package in nightly-2018-08-11(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.