json: Support for serialising Haskell to and from JSON
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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.
Properties
Versions | 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.2, 0.9.3, 0.10, 0.11 |
---|---|
Change log | CHANGES |
Dependencies | array, base, bytestring, containers, mtl, parsec, pretty, syb (>=0.3.3), text [details] |
License | BSD-3-Clause |
Copyright | (c) 2007-2009 Galois Inc. |
Author | Galois Inc. |
Maintainer | Iavor S. Diatchki (iavor.diatchki@gmail.com) |
Category | Web |
Source repo | head: git clone https://github.com/GaloisInc/json.git |
Uploaded | by IavorDiatchki at 2018-03-17T19:50:30Z |
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
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
- json-0.9.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees