https://github.com/haskell/aeson
A fast Haskell JSON library
https://github.com/haskell/aeson
Last synced: 10 months ago
JSON representation
A fast Haskell JSON library
- Host: GitHub
- URL: https://github.com/haskell/aeson
- Owner: haskell
- License: other
- Created: 2011-01-21T21:24:26.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T16:19:10.000Z (12 months ago)
- Last Synced: 2025-05-08T17:04:39.927Z (11 months ago)
- Language: Haskell
- Homepage:
- Size: 39.4 MB
- Stars: 1,273
- Watchers: 39
- Forks: 323
- Open Issues: 82
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - haskell/aeson - 01 star:1.3k fork:0.3k A fast Haskell JSON library (Haskell)
- awesome - haskell/aeson - A fast Haskell JSON library (<a name="Haskell"></a>Haskell)
README
# Welcome to `aeson`
[](https://hackage.haskell.org/package/aeson) [](https://github.com/haskell/aeson/actions?query=workflow%3AHaskell-CI)
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](http://github.com/haskell/aeson/issues).
Master [git repository](http://github.com/haskell/aeson):
* `git clone git://github.com/haskell/aeson.git`
See what's changed in recent (and upcoming) releases:
* https://github.com/haskell/aeson/blob/master/changelog.md
(You can create and contribute changes using either git or Mercurial.)
# Authors
This library was originally written by Bryan O'Sullivan.