@hackage / aeson
Fast JSON parsing and encoding
Latest
v2.2.3.0
About
Metadata
- Last updated:
- License: BSD-3-Clause
- Categories: Web Development, Text Processing, JSON
- Maintained by: Adam Bergmark <adam@bergmark.nl>
-
Lottery factor: 6
The number of people with uploader permission on @hackage/aeson who have released something to @hackage in the last 2 years (i.e. the number of people likely able to release critical fixes in a timely manner)
Links
Installation
Tested Compilers
- 8.6.5
- 8.8.4
- 8.10.7
- 9.0.2
- 9.2.8
- 9.4.8
- 9.6.5
- 9.8.2
- 9.10.1
Uploaders
- Steven Greer
- Timothy Marsh
Features flags
-
ordered-keymap
(on by default)Use ordered @Data.Map.Strict@ for KeyMap implementation.
Readme
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/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.