fields-json: Abusing monadic syntax JSON objects generation.

[ bsd3, library, web ] [ Propose Tags ]

Generation of big, complex JSON objects with Text.JSON is painful. And autoderivation is not always possible. Check documentation of Text.JSON.Gen for more info.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.2.1, 0.2.1.1, 0.2.2, 0.2.2.2, 0.2.2.3, 0.2.2.4, 0.4.0.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), base64-bytestring (>=0.1.0.2), containers, json (>=0.4.4), mtl, utf8-string (>=0.3.6) [details]
License BSD-3-Clause
Copyright Scrive AB
Author Scrive AB
Maintainer Mariusz Rak <mariusz@scrive.com>
Category Web
Home page https://github.com/scrive/fields-json
Source repo head: git clone git://github.com/scrive/fields-json.git
Uploaded by arybczak at 2019-10-31T15:05:08Z
Distributions LTSHaskell:0.4.0.0, NixOS:0.4.0.0, Stackage:0.4.0.0
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 8002 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-10-31 [all 1 reports]

Readme for fields-json-0.4.0.0

[back to package description]

fields-json Hackage version Build Status

Abusing monadic syntax for generation of JSON objects.

Generation of big, complex JSON objects with Text.JSON is painful and autoderivation is not always posible. Check documentation of Text.JSON.Gen for more info.