json-stream: Incremental applicative JSON parser
Easy to use JSON parser fully supporting incremental parsing. Parsing grammar in applicative form. The parser is compatibile with aeson and its FromJSON class. It is possible to use aeson monadic parsing when appropriate. The parser supports constant-space safe incremental parsing regardless of the input data. In addition to performance-critical parts written in C, a lot of performance is gained by being less memory intensive especially when used for stream parsing.
Downloads
- json-stream-0.3.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.4.0.0, 0.4.1.0, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.1.4, 0.4.1.5, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.2.3, 0.4.2.4, 0.4.3.0, 0.4.4.0, 0.4.4.1, 0.4.4.2, 0.4.5.0, 0.4.5.1, 0.4.5.2, 0.4.5.3, 0.4.6.0 (info) |
---|---|
Change log | changelog.md |
Dependencies | aeson (>=0.7), base (>=4.7 && <4.9), bytestring, scientific, text, unordered-containers, vector [details] |
License | BSD-3-Clause |
Author | Ondrej Palkovsky |
Maintainer | palkovsky.ondrej@gmail.com |
Category | Text, JSON |
Home page | https://github.com/ondrap/json-stream |
Source repo | head: git clone https://github.com/ondrap/json-stream.git |
Uploaded | by ondrap at 2015-09-01T14:49:36Z |
Distributions | LTSHaskell:0.4.6.0, NixOS:0.4.6.0, Stackage:0.4.6.0 |
Reverse Dependencies | 3 direct, 10 indirect [details] |
Downloads | 18618 total (9 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 2015-09-01 [all 1 reports] |