1
0
Fork 0
mirror of https://github.com/simplex-chat/aeson.git synced 2025-11-08 03:50:01 +00:00
A fast Haskell JSON library
Find a file
2023-10-05 09:10:53 +03:00
.github/workflows Relax bounds 2023-10-04 21:52:41 +03:00
attoparsec-aeson Bump version in attoparsec-aeson 2023-10-05 09:10:53 +03:00
attoparsec-iso8601 Relax bounds 2023-10-04 21:52:41 +03:00
benchmarks Relax bounds 2023-10-04 21:52:41 +03:00
examples Relax bounds 2023-10-04 21:52:41 +03:00
src/Data fix KeyMap.union doc 2023-10-04 22:25:44 +03:00
tests Add Data.Aeson.Decoding.Text, decodeStrictText :: Text -> ... 2023-10-03 19:58:58 +03:00
text-iso8601 Relax bounds 2023-10-04 21:52:41 +03:00
.git-blame-ignore-revs Add .git-blame-ignore-revs 2021-02-14 17:01:36 +02:00
.gitattributes make sure language is detected as haskell 2021-06-21 14:36:23 +01:00
.gitignore Add cabal.bench.project.local to .gitignore 2021-12-02 22:35:09 +02: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
.hlint.yaml Implementation of RFC 8785: JSON Canonicalization Scheme 2023-10-03 18:49:30 +03:00
aeson.cabal Bump version 2023-10-04 22:57:46 +03:00
cabal.haskell-ci Relax bounds 2023-10-04 21:52:41 +03:00
cabal.project Relax bounds 2023-10-04 21:52:41 +03:00
changelog.md Add changelog about decodeStrictText 2023-10-03 23:11:00 +03:00
CONTRIBUTING.md Use criterion-cmp 2021-02-14 22:31:22 +02:00
LICENSE 2020 -> 2021 2021-01-04 00:13:13 +00:00
Makefile Use Decoding parsers as default 2023-06-09 20:15:16 +03:00
README.markdown Use GitHub Actions 2021-02-14 19:52:56 +02:00
run-hlint.sh travis: Fix & speed up hlint build step 2019-06-25 19:56:36 +02:00
Setup.lhs Refactor a little 2011-01-21 15:22:09 -08:00
stack-bench.yaml Update stack snapshot for ffi and benchmark builds 2019-10-05 17:16:27 +02:00
stack-ffi-unescape.yaml Update stack snapshot for ffi and benchmark builds 2019-10-05 17:16:27 +02:00
stack-lts12.yaml Use time-compat and fix MonadFail breakages 2019-05-14 13:47:01 +03:00
stack-nightly.yaml Update stack nightly yaml (#737) 2019-10-17 17:52:18 +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/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.