aeson-0.5.0.0: Fast JSON parsing and encoding

The aeson package

A JSON parsing and encoding library optimized for ease of use and high performance.

To get started, see the documentation for the Data.Aeson module below.

For release notes, see https://github.com/bos/aeson/blob/master/release-notes.markdown

Note: if you use GHCi or Template Haskell, please see the README file for important details about building this package, and other packages that depend on it: https://github.com/bos/aeson#readme

Parsing performance on a late 2010 MacBook Pro (2.66GHz Core i7), for mostly-English tweets from Twitter's JSON search API:

Handling heavily-escaped text is a little more work. Here is parsing performance with Japanese tweets, where much of the text is entirely Unicode-escaped.

Encoding performance on the same machine and data:

(A note on naming: in Greek mythology, Aeson was the father of Jason.)

Properties

Versions0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.2.4, 0.3.2.5, 0.3.2.6, 0.3.2.7, 0.3.2.8, 0.3.2.9, 0.3.2.10, 0.3.2.11, 0.3.2.12, 0.3.2.13, 0.3.2.14, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.6.0.0, 0.6.0.1, 0.6.0.2
Dependenciesattoparsec (≥0.8.6.1), base (4.*), blaze-builder (≥0.2.1.4), bytestring, containers, deepseq, hashable (≥1.1.2.0), mtl, old-locale, syb, template-haskell (≥2.4), text (≥0.11.0.2), time, unordered-containers (≥0.1.3.0), vector (≥0.7.1)
LicenseBSD3
Copyright(c) 2011 Bryan O'Sullivan (c) 2011 MailRank, Inc.
AuthorBryan O'Sullivan <bos@serpentine.com>
MaintainerBryan O'Sullivan <bos@serpentine.com>
Stabilityexperimental
CategoryText, Web, JSON
Home pagehttps://github.com/bos/aeson
Bug trackerhttps://github.com/bos/aeson/issues
Source repositorygit clone git://github.com/bos/aeson.git
Upload dateFri Dec 23 22:55:40 UTC 2011
Uploaded byBryanOSullivan
Built onghc-7.2
DistributionsFedora: 0.6.0.0, NixOS: 0.6.0.2, Debian: 0.6.0.2, FreeBSD: 0.4.0.1

Modules

Downloads