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
- Host: GitHub
- URL: https://github.com/thma/json-processing
- Owner: thma
- License: other
- Created: 2015-12-22T20:32:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:42:55.000Z (over 2 years ago)
- Last Synced: 2025-02-09T17:32:50.561Z (over 1 year ago)
- Language: Haskell
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.