https://github.com/scrive/fields-json
https://github.com/scrive/fields-json
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrive/fields-json
- Owner: scrive
- License: bsd-3-clause
- Created: 2013-01-07T09:16:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T11:54:22.000Z (over 6 years ago)
- Last Synced: 2025-06-22T10:16:33.767Z (about 1 year ago)
- Language: Haskell
- Size: 43 KB
- Stars: 2
- Watchers: 41
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fields-json [](https://hackage.haskell.org/package/fields-json) [](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.