@hackage / fields-json

Abusing monadic syntax JSON objects generation.

Latest0.4.0.0

About

Metadata

  • Last updated , by arybczak
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: Mariusz Rak <mariusz@scrive.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.5
  2. 8.4.4
  3. 8.2.2
  4. 8.0.2

Readme

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.