https://github.com/typeable/derive-api-th
Derive JSON & Openapi3 with TH for GHC & GHCJS
https://github.com/typeable/derive-api-th
Last synced: 11 months ago
JSON representation
Derive JSON & Openapi3 with TH for GHC & GHCJS
- Host: GitHub
- URL: https://github.com/typeable/derive-api-th
- Owner: typeable
- License: bsd-3-clause
- Created: 2022-07-22T11:54:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T12:14:31.000Z (over 1 year ago)
- Last Synced: 2025-01-16T04:13:32.931Z (about 1 year ago)
- Language: Haskell
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# derive-api-th
Derive JSON and Openapi3 instances using TH.
It is convenient to derive together and drastically reduce compile time comparing with generic-based instance generation.