Skip to content

Commit 4ddb30d

Browse files
authored
Create README.md
1 parent 86d46fe commit 4ddb30d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# json-logic-kotlin
2+
3+
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.
20+
21+
### Examples
22+
23+
TODO

0 commit comments

Comments
 (0)