microaeson: A tiny JSON library with light dependency footprint

[ gpl, json, library, text, web ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Change log CHANGELOG.md
Dependencies array (>=0.5.1.0 && <0.6), base (>=4.8.0.0 && <5), bytestring (>=0.10.6.0 && <0.13), containers (>=0.5.6.2 && <0.6 || >=0.6.0.1 && <0.8), deepseq (>=1.4.1.1 && <1.5 || >=1.5.0.0 && <1.6), fail (>=4.9.0.0 && <4.10), text (>=1.2.2.2 && <1.3 || >=2.0 && <2.2) [details]
License GPL-3.0-only
Author Herbert Valerio Riedel
Maintainer Andreas Abel
Category Text, Web, JSON
Source repo head: git clone https://github.com/haskell-hvr/microaeson.git
Uploaded by AndreasAbel at 2024-06-25T09:34:03Z
Distributions Arch:0.1.0.2, LTSHaskell:0.1.0.2, NixOS:0.1.0.1, Stackage:0.1.0.2
Reverse Dependencies 1 direct, 2 indirect [details]
Downloads 3420 total (130 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-06-25 [all 1 reports]

Readme for microaeson-0.1.0.2

[back to package description]

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