aeson-native-0.3.3.2: Fast JSON parsing and encoding (deprecated)

The aeson-native package

This package is obsolete: use aeson instead.

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

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/mailrank/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.3.3, 0.3.3.1, 0.3.3.2
Dependenciesattoparsec (≥0.8.6.1), base (4.*), blaze-builder (≥0.2.1.4), blaze-textual-native (≥0.2.0.2), bytestring, containers, deepseq (<1.2), hashable (≥1.1.2.0), mtl, old-locale, syb, text (≥0.11.0.2), time, unordered-containers (≥0.1.3.0), vector (≥0.7)
LicenseBSD3
CopyrightCopyright 2011 MailRank, Inc.
AuthorBryan O'Sullivan <bos@mailrank.com>
MaintainerBryan O'Sullivan <bos@mailrank.com>
Stabilityexperimental
CategoryText, Web, JSON
Home pagehttp://github.com/mailrank/aeson
Bug trackerhttp://github.com/mailrank/aeson/issues
Source repositorygit clone http://github.com/mailrank/aeson
Upload dateThu Jan 19 11:47:39 UTC 2012
Uploaded byMichaelSnoyman
Built onghc-7.2

Modules

Downloads