@hackage aeson1.4.3.0
Fast JSON parsing and encoding
Categories
License
BSD-3-Clause
Maintainer
Adam Bergmark <adam@bergmark.nl>
Links
Versions
Installation
Tested Compilers
Dependencies (28)
- attoparsec >=0.13.2.2 && <0.14
- base >=4.5.0.0 && <5
- base-compat >=0.9.1 && <0.11
- bytestring >=0.10.4 && <0.11
- bytestring-builder >=0.10.4 && <1
- containers >=0.4.2.1 && <0.7 Show all…
Dependents (3341)
@hackage/arbor-datadog, @cardano/deriving-aeson, @hackage/pms-domain-service, @hackage/pgmq-hasql, @hackage/stratosphere-mediapackagev2, @hackage/quantex, Show all…
Package Flags
developer
(off by default)
operate in developer mode
fast
(off by default)
compile without optimizations
bytestring-builder
(off by default)
Depend on the bytestring-builder package for backwards compatibility.
cffi
(off by default)
Controls whether to include c-ffi bits or pure haskell. Default to False for security.
Welcome to aeson

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/bos/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.