@hackage json-stream0.1.0.0

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 incremental parsing while using as little memory as possible with performance comparable to aeson.