Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinwoo/simple-record-foreign-generic-demo
demonstration of how to get started with purescript-foreign-generic
https://github.com/justinwoo/simple-record-foreign-generic-demo
purescript purescript-foreign
Last synced: 15 days ago
JSON representation
demonstration of how to get started with purescript-foreign-generic
- Host: GitHub
- URL: https://github.com/justinwoo/simple-record-foreign-generic-demo
- Owner: justinwoo
- Created: 2017-03-06T20:47:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T21:11:19.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T01:48:43.934Z (2 months ago)
- Topics: purescript, purescript-foreign
- Language: PureScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-record-foreign-generic-demo [![Build Status](https://travis-ci.org/justinwoo/simple-record-foreign-generic-demo.svg?branch=master)](https://travis-ci.org/justinwoo/simple-record-foreign-generic-demo)
[(on Egghead.io here!)](https://egghead.io/lessons/automatically-de-serialize-json-with-purescript-foreign-generics)
This repo presents the simplest example of using [Purescript-foreign-generic](https://github.com/paf31/purescript-foreign-generic).
You may be interested in [this example repo](https://github.com/justinwoo/purescript-howto-foreign-generic) for more examples.