An open API service indexing awesome lists of open source software.

https://github.com/scrive/fields-json


https://github.com/scrive/fields-json

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.