About

Metadata

  • Last updated , by phadej
  • License BSD-3-Clause
  • Categories JSON, Web Development, Text Processing
  • Maintained by: Adam Bergmark <adam@bergmark.nl>

  • Lottery factor: 3

Links

Installation

Tested Compilers

  1. 9.10.1
  2. 9.8.4
  3. 9.6.6
  4. 9.4.8
  5. 9.2.8
  6. 9.0.2
  7. 8.10.7
  8. 8.8.4
  9. 8.6.5

Package Flags

Use the -f option with cabal commands to enable flags

    ordered-keymap (on by default)

    Use ordered Data.Map.Strict for KeyMap implementation.

Readme

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 https://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.