https://github.com/justinwoo/purescript-simple-json-generics
Simple generics-rep based implementations for Simple-JSON. You should read the Simple-JSON guide page here: https://purescript-simple-json.readthedocs.io/en/latest/generics-rep.html
https://github.com/justinwoo/purescript-simple-json-generics
generics-rep json purescript
Last synced: 8 months ago
JSON representation
Simple generics-rep based implementations for Simple-JSON. You should read the Simple-JSON guide page here: https://purescript-simple-json.readthedocs.io/en/latest/generics-rep.html
- Host: GitHub
- URL: https://github.com/justinwoo/purescript-simple-json-generics
- Owner: justinwoo
- License: mit
- Created: 2018-09-09T03:36:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T17:45:59.000Z (about 2 years ago)
- Last Synced: 2025-01-31T12:06:02.589Z (over 1 year ago)
- Topics: generics-rep, json, purescript
- Language: PureScript
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-simple-json-generics
Simple generics-rep based implementations for Simple-JSON. You should read the Simple-JSON guide page here:
Ultimately, you should not use this directly but as a reference, since you will inevitably want to tweak these instances. If you want to use these directly, you can.