@hackage aeson2.3.0.0
Fast JSON parsing and encoding
Categories
License
BSD-3-Clause
Maintainer
Adam Bergmark <adam@bergmark.nl>
Links
Versions
Installation
Tested Compilers
Dependencies (34)
- OneTuple ^>=0.4.1.1
- QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16.0.0 || ^>=2.17.1.0 || ^>=2.18.0.0
- base >=4.12.0.0 && <5
- bytestring >=0.10.8.2 && <0.13
- character-ps ^>=0.1
- containers >=0.6.0.1 && <0.9 Show all…
Dependents (3303)
@hackage/arbor-datadog, @hackage/pms-domain-service, @hackage/pgmq-hasql, @hackage/stratosphere-mediapackagev2, @hackage/highjson-th, @hackage/grafana, Show all…
Package Flags
ordered-keymap
(on by default)
Use ordered Data.Map.Strict for KeyMap implementation.
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 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.