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

https://github.com/thma/json-processing

simple json processing in Haskell
https://github.com/thma/json-processing

Last synced: over 1 year ago
JSON representation

simple json processing in Haskell

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/thma/json-processing.svg)](https://travis-ci.org/thma/json-processing)

# json-processing
simple json processing in Haskell

most of this is taken from the book "real world haskell"
and from the excellent "write yourself a scheme" tutorial.