• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Data/H09-Sep-2001-10,9055,962

attoparsec-iso8601/Data/Attoparsec/H03-May-2022-199131

benchmarks/H09-Sep-2001-8,1757,615

cbits/H09-Sep-2001-150123

ffi/Data/Aeson/Parser/H03-May-2022-5342

include/H09-Sep-2001-1715

pure/Data/Aeson/Parser/H03-May-2022-255182

tests/H03-May-2022-3,8552,959

LICENSEH A D09-Sep-20011.5 KiB3124

README.markdownH A D09-Sep-2001823 2814

Setup.lhsH A D09-Sep-200176 42

aeson.cabalH A D09-Sep-20016.7 KiB265232

changelog.mdH A D09-Sep-200128.4 KiB761510

stack-bench.yamlH A D09-Sep-2001295 1312

stack-ffi-unescape.yamlH A D09-Sep-2001116 109

stack-lts12.yamlH A D09-Sep-2001249 1615

stack-nightly.yamlH A D09-Sep-2001172 1211

README.markdown

1# Welcome to `aeson` [![Hackage](https://img.shields.io/hackage/v/aeson.svg)](https://hackage.haskell.org/package/aeson) [![Build Status](https://travis-ci.org/bos/aeson.svg)](https://travis-ci.org/bos/aeson)
2
3aeson is a fast Haskell library for working with JSON data.
4
5
6# Join in!
7
8We are happy to receive bug reports, fixes, documentation enhancements,
9and other improvements.
10
11Please report bugs via the
12[github issue tracker](http://github.com/bos/aeson/issues).
13
14Master [git repository](http://github.com/bos/aeson):
15
16* `git clone git://github.com/bos/aeson.git`
17
18See what's changed in recent (and upcoming) releases:
19
20* https://github.com/bos/aeson/blob/master/changelog.md
21
22(You can create and contribute changes using either git or Mercurial.)
23
24
25# Authors
26
27This library was originally written by Bryan O'Sullivan.
28