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. (A note on naming: in Greek mythology, Aeson was the father of Jason.)


Keywords
json, library, text, web, Propose Tags, Skip to Readme, Index, Quick Jump, Data.Aeson, Data.Aeson.Decoding, Data.Aeson.Decoding.ByteString, Data.Aeson.Decoding.ByteString.Lazy, Data.Aeson.Decoding.Text, Data.Aeson.Decoding.Tokens, Data.Aeson.Encoding, Data.Aeson.Encoding.Internal, Data.Aeson.Key, Data.Aeson.KeyMap, Data.Aeson.QQ.Simple, Data.Aeson.RFC8785, Data.Aeson.TH, Data.Aeson.Text, Data.Aeson.Types, More info, aeson-2.2.1.0.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, AdamBergmark, BasVanDijk, BryanOSullivan, HerbertValerioRiedel, phadej, lyxia, edit package information , 1.2.0.0, 1.2.3.0, 1.2.4.0, 1.3.0.0, 1.3.1.1, 1.4.1.0, 1.4.2.0, 1.4.3.0, 1.4.4.0, 1.4.6.0, 1.4.7.0, 1.5.0.0, 1.5.5.1, 1.5.6.0, github issue tracker, git repository, https://github.com/haskell/aeson/blob/master/changelog.md
License
BSD-3-Clause
Install
cabal install aeson-1.4.2.0

Documentation

Welcome to aeson

Hackage Build Status

aeson is a fast Haskell library for working with JSON data.

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/haskell/aeson.git

See what's changed in recent (and upcoming) releases:

(You can create and contribute changes using either git or Mercurial.)

Authors

This library was originally written by Bryan O'Sullivan.