json: Support for serialising Haskell to and from JSON

[ bsd3, library, web ] [ Propose Tags ]

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.

Flags

Automatic Flags
NameDescriptionDefault
split-base

Use the new split base package.

Enabled
parsec

Add support for parsing with Parsec.

Enabled
pretty

Add support for using pretty printing combinators.

Enabled
generic

Add support for generic encoder.

Enabled
mapdict

Encode Haskell maps as JSON dicts

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.3.3, 0.3.6, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.9.1, 0.9.2, 0.9.3, 0.10, 0.11
Change log CHANGES
Dependencies array, base (<4.13), bytestring, containers, mtl, parsec, pretty, syb (>=0.3.3), text [details]
License BSD-3-Clause
Copyright (c) 2007-2018 Galois Inc.
Author Galois Inc.
Maintainer Iavor S. Diatchki (iavor.diatchki@gmail.com)
Revised Revision 2 made by HerbertValerioRiedel at 2019-09-02T13:53:03Z
Category Web
Source repo head: git clone https://github.com/GaloisInc/json.git
Uploaded by IavorDiatchki at 2018-12-20T18:03:08Z
Distributions Arch:0.10, Debian:0.10, Fedora:0.10, FreeBSD:0.9.1, LTSHaskell:0.11, NixOS:0.11, Stackage:0.11
Reverse Dependencies 75 direct, 3571 indirect [details]
Downloads 80308 total (154 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-12-20 [all 1 reports]