You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engine. JsonLogic is documented extensively at [JsonLogic.com](http://jsonlogic.com), including examples of every [supported operation](http://jsonlogic.com/operations.html).
4
+
5
+
## Instalation
6
+
7
+
TODO
8
+
9
+
## Examples
10
+
11
+
TODO
12
+
13
+
## Compatibility
14
+
15
+
This implementation is as close as it gets to the [JS implementation](https://github.com/jwadhams/json-logic-js/) and passes all the official [Unit Tests](http://jsonlogic.com/tests.json).
16
+
17
+
## Customization
18
+
19
+
[Adding custom operations](http://jsonlogic.com/add_operation.html) is also supported.
0 commit comments