https://github.com/luochen1990/algebraic-json-spec
JSON specification, validating and generic programming
https://github.com/luochen1990/algebraic-json-spec
Last synced: about 1 year ago
JSON representation
JSON specification, validating and generic programming
- Host: GitHub
- URL: https://github.com/luochen1990/algebraic-json-spec
- Owner: luochen1990
- License: apache-2.0
- Created: 2018-11-20T08:53:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T02:30:56.000Z (over 4 years ago)
- Last Synced: 2025-04-03T18:52:47.958Z (about 1 year ago)
- Language: Haskell
- Size: 97.7 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/luochen1990/algebraic-json-spec)
Algebraic JSON Spec
===================
JSON specification, validating, serialization and generic programming. Inspired by [Algebraic Data Type](https://en.wikipedia.org/wiki/Algebraic_data_type) in Haskell.
Features
--------
- Tagless disjoint union.
- Doc generation.
- Runtime data format checking.
- Random sample generation.
- Generic programming tools.
- Efficient binary serialization & deserialization.