JsonLogic library for Haskell
This repository holds the packages for:
- jsonlogic
- jsonlogic-aeson
See the example project for extra context. Or the example from the core project.
Run all package tests:
cabal test all
build all packages:
cabal build all
To build all documentation run:
cabal haddock all