@hackage json0.3.6
Support for serialising Haskell to and from JSON
Categories
License
BSD-3-Clause
Maintainer
Sigbjorn Finne <sof@galois.com>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
- array
- base >=3 && <4.8
- bytestring
- containers
- parsec
- pretty Show all…
Dependents (113)
@hackage/hosc-utils, @hackage/fb-util, @hackage/dropbox-sdk, @hackage/darcsden, @hackage/futhark, @hackage/scyther-proof, Show all…
Package Flags
split-base
(on by default)
Use the new split base package.
parsec
(on by default)
Add support for parsing with Parsec.
pretty
(on by default)
Add support for using pretty printing combinators.
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.