conduit-aeson: Short description

[ algorithms, bsd3, library ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/lehins/conduit-aeson#readme


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log CHANGELOG.md
Dependencies aeson (>=1.0), attoparsec, base (>=4.9 && <5), bytestring, conduit, conduit-extra, text [details]
License BSD-3-Clause
Copyright 2021-2022 Alexey Kuleshevich
Author Alexey Kuleshevich
Maintainer alexey@kuleshevi.ch
Category Algorithms
Home page https://github.com/lehins/conduit-aeson
Source repo head: git clone https://github.com/lehins/conduit-aeson
Uploaded by lehins at 2022-03-02T11:44:18Z
Distributions LTSHaskell:0.1.0.1, NixOS:0.1.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 319 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-03-02 [all 1 reports]

Readme for conduit-aeson-0.1.0.1

[back to package description]

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