packages feed

fields-json-0.4.0.0: README.md

# fields-json [![Hackage version](https://img.shields.io/hackage/v/fields-json.svg?label=Hackage)](https://hackage.haskell.org/package/fields-json) [![Build Status](https://secure.travis-ci.org/scrive/fields-json.svg?branch=master)](http://travis-ci.org/scrive/fields-json)

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.