json-logic-engine
json-logic-engine copied to clipboard
Construct complex rules with JSON & process them.
Hey @TotalTechGeek, thanks for the great library. We're using it as part of a [feature flag evaluation engine](https://github.com/open-feature/js-sdk-contrib/blob/main/libs/shared/flagd-core/src/lib/targeting/targeting.ts) in a tool called [flagd](https://flagd.dev/) which is a reference implementation of [OpenFeature](https://openfeature.dev/),...
This fixes missing type errors when respecting the `exports` section of the package.json
Hi there! I am evaluating json-logic-engine and I am finding that the following logic compiles but crashes at runtime. Same rule/data works in json-logic-js. Logic: ```json { "map": [ {...
Hey, I am currently working on a project, in which I am trying to build rules models (a bit like rules for a firewall) and I did not find, in...
What is the alternative to { "if": [ conditional, then, conditional2, then2, ..., else ] } Thanks,