BSD-3-Clause licensed by Alexey Kuleshevich
Maintained by [email protected]
This version can be pinned in stack with:conduit-aeson-0.1.0.1@sha256:f7654b917de284a2e295da52acdf23307b1d555d81b83ccac9551a80deb9f711,2835

Module documentation for 0.1.0.1

conduit-aeson

Overview

A simple library that allows streaming parsing of large JSON objects and arrays using Aeson, Attoparsec and Conduit.

It is important to note that only the top level elements of arrays and objects can be streamed, in other words streaming of nested objects is not supported.

This library is suitable for parsing of very large json files as well as infinite streams of JSON objects.

Status

Github Actions Coveralls Hackage Nightly LTS
Build Status Coverage Status Hackage Nightly LTS

Changes

Changelog for conduit-aeson

0.1.1.0

  • Expose valueMaybeParser

0.1.0.0

  • Initial release