https://github.com/darinm223/generic-json
FromJSON and ToJSON deriving in Standard ML using generics
https://github.com/darinm223/generic-json
Last synced: 7 months ago
JSON representation
FromJSON and ToJSON deriving in Standard ML using generics
- Host: GitHub
- URL: https://github.com/darinm223/generic-json
- Owner: DarinM223
- Created: 2024-03-30T20:02:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T15:11:30.000Z (over 2 years ago)
- Last Synced: 2025-06-11T03:35:57.741Z (about 1 year ago)
- Language: Standard ML
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
generic-json
============
Automatic JSON serialization and deserialization from type indexed values.
See the `example/` folder for an example for how to use the library. The type indexed value
representations in `example.sml` were generated using [smlgen](https://github.com/DarinM223/smlgen).
Building
--------
To build the example, first run `smlpkg sync` in the project folder, then go into the example folder and run `mlton example.mlb` to build with MLton or `sml -m example.cm` to run with SML/NJ.