The json package
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 |
|---|---|
| Dependencies | array, base, bytestring, containers, mtl, parsec, pretty, syb (>=0.3.3), text |
| License | BSD3 |
| Copyright | (c) 2007-2009 Galois Inc. |
| Author | Galois Inc. |
| Maintainer | Iavor S. Diatchki (iavor.diatchki@gmail.com) |
| Category | Web |
| Source repository | head: git clone https://github.com/GaloisInc/json.git |
| Uploaded | Sat Mar 14 00:33:11 UTC 2015 by IavorDiatchki |
| Distributions | Debian:0.5, Fedora:0.9, FreeBSD:0.7, LTSHaskell:0.9.1, NixOS:0.9.1, Stackage:0.9.1 |
| Downloads | 31096 total (875 in last 30 days) |
| Status | Docs available [build log] Last success reported on 2015-03-14 [all 1 reports] |
Modules
[Index]
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.1.tar.gz [browse] (Cabal source package)
- Package description (included in the package)
Maintainers' corner
For package maintainers and hackage trustees