A fast Haskell JSON library
Go to file
2016-10-21 01:54:55 +03:00
benchmarks Update stack snapshots and only build benchmarks when using stack-bench.yaml 2016-09-16 18:01:21 +02:00
cbits Fixed "Invalid UTF-8 stream" error on valid characters (#476). 2016-10-21 01:54:55 +03:00
Data Remove unused imports 2016-10-08 20:24:06 +02:00
examples Add more export lists 2016-07-30 18:13:08 +02:00
include IncoherentInstances needed to derive some instances 2016-10-03 17:30:46 +02:00
tests IncoherentInstances needed to derive some instances 2016-10-03 17:30:46 +02:00
travis Build also with stack on travis (benchmarks) 2016-05-13 19:38:55 +03:00
.gitignore Add encode/foldable benchmark 2016-06-14 10:34:10 +03:00
.hgignore Ensure that basic examples are buildable 2015-05-27 09:37:53 -07:00
.hgtags Added tag 0.10.0.0 for changeset 921050855dc4 2015-09-18 10:02:47 -07:00
.travis.yml Use stack-bench.yaml in stack-travis-job 2016-07-10 22:43:05 +03:00
aeson.cabal Bump to 1.0.2.0 2016-10-08 20:27:02 +02:00
changelog.md Bump to 1.0.2.0 2016-10-08 20:27:02 +02:00
CONTRIBUTING.md CONTRIBUTING: Add changelog instructions (#462) 2016-08-16 10:23:46 +02:00
LICENSE Initial commit 2011-01-21 13:40:49 -08:00
README.markdown Add Hackage & Travis badges to README 2016-01-30 10:08:28 +01:00
Setup.lhs Refactor a little 2011-01-21 15:22:09 -08:00
stack-bench.yaml Add bench stack.yaml 2016-07-08 17:39:32 +03:00
stack-lts6.yaml Update stack snapshots and only build benchmarks when using stack-bench.yaml 2016-09-16 18:01:21 +02:00
stack-lts7.yaml Update stack snapshots and only build benchmarks when using stack-bench.yaml 2016-09-16 18:01:21 +02:00
stack-nightly.yaml Update stack snapshots and only build benchmarks when using stack-bench.yaml 2016-09-16 18:01:21 +02:00

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

There's also a Mercurial mirror:

  • hg clone http://bitbucket.org/bos/aeson

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

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.