json-stream: Incremental applicative JSON parser

[ bsd3, json, library, text ] [ Propose Tags ]
This version is deprecated.

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.

Modules

[Last Documentation]

  • Data
    • JsonStream
      • Data.JsonStream.Parser

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

  • 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 (info)
Dependencies aeson, base (<0), bytestring, scientific, text, unordered-containers, vector [details]
License BSD-3-Clause
Author Ondrej Palkovsky
Maintainer palkovsky.ondrej@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2016-11-19T14:29:33Z
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-04-21T08:29:48Z
Distributions LTSHaskell:0.4.5.3, NixOS:0.4.5.3, Stackage:0.4.5.3
Reverse Dependencies 3 direct, 10 indirect [details]
Downloads 17520 total (136 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-19 [all 7 reports]