microaeson

A tiny JSON library with light dependency footprint

LTS Haskell 24.27:0.1.0.3
Stackage Nightly 2026-01-12:0.1.0.3@rev:1
Latest on Hackage:0.1.0.3@rev:1

See all snapshots microaeson appears in

GPL-3.0-only licensed by Herbert Valerio Riedel
Maintained by Andreas Abel
This version can be pinned in stack with:microaeson-0.1.0.3@sha256:810957efbd6b623b95c20be8c7bc9f89497785cfa1f77d8075cf269ed0ff976d,3350

Module documentation for 0.1.0.3

microaeson: A tiny JSON library with light dependency footprint

microaeson aims to provide a RFC 8259 compliant JavaScript Object Notation (JSON) implementation.

The microaeson package provides a smaller subset of the aeson API with less dependencies and a simpler implementation.

The API is designed in such a way to allow to easily convert client code written against microaeson’s API to use the full aeson API.

(C) 2016-2018 Herbert Valerio Riedel

License: GPL-3

Changes

0.1.0.3

Andreas Abel, 2025-09-01

  • Drop support for aeson-1.*.
  • Remove unused dependencies.
  • Tested with GHC 8.0 - 9.14 alpha1.

0.1.0.2

Andreas Abel, 2024-06-25

  • Drop support for GHC 7.
  • Tested with GHC 8.0 - 9.10.

0.1.0.1

Andreas Abel, 2022-05-26

  • Allow base >= 4.17.
  • Tested with GHC 7.10 - 9.4.