microaeson: A tiny JSON library with light dependency footprint

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.1
Change log CHANGELOG.md
Dependencies array (>=0.5.1.0 && <0.6), base (>=4.8.0.0 && <5), bytestring (>=0.10.6.0 && <0.11 || >=0.11.1.0 && <0.12), containers (>=0.5.6.2 && <0.6 || >=0.6.0.1 && <0.7), deepseq (>=1.4.1.1 && <1.5), fail (>=4.9.0.0 && <4.10), text (>=1.2.2.2 && <1.3 || >=2.0 && <2.1) [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 2022-05-26T06:26:05Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for microaeson-0.1.0.1

[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