json5hs: Serialising to and from JSON5
The JSON5 Data Interchange Format (JSON5) is a superset of JSON that aims to alleviate some of the limitations of JSON by expanding its syntax to include some productions from ECMAScript 5.1.
This library provides a parser and pretty printer for converting between Haskell values and JSON5.
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| split-base | Use the new split base package. | 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
- json5hs-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.3.0, 0.1.3.1 (info) |
|---|---|
| Dependencies | array, base, bytestring, containers, mtl, pretty, syb (>=0.3.3), text [details] |
| License | BSD-3-Clause |
| Copyright | 2019 Yang X. Nan |
| Author | Yang X. Nan |
| Maintainer | sakamitz@yahoo.co.jp |
| Uploaded | by sakamitz at 2019-07-25T19:51:38Z |
| Revised | Revision 1 made by sakamitz at 2019-07-26T05:58:09Z |
| Category | Web, Text, JSON5 |
| Source repo | head: git clone https://github.com/sakamitz/json5hs.git |
| Downloads | 2176 total (17 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2019-07-25 [all 1 reports] |