Jukkorsis / json-logic-java

A Java implementation of http://jsonlogic.com/
Apache License 2.0
8 stars 5 forks source link

combo of == and dotnotation is not working? #2

Open mgudivada opened 6 years ago

mgudivada commented 6 years ago

I just tried the below line with your junit framework {"==" : [ { "var" : "code" }, "ER"]} {"code": "ER", "name": "Exploratory Research"} true I see the error " Error on line 2 - result is null" Am I doing something wrong? Please help

meiskalt7 commented 4 years ago

This is an abandoned library, use this one instead https://github.com/meiskalt7/json-logic-java

It fully supports the JsonLogic standard. All official tests were successfully passed: https://github.com/meiskalt7/json-logic-java/blob/master/src/test/java/io/github/meiskalt7/jsonlogic/OfficialJsonLogicTests.java

Link to maven: https://search.maven.org/artifact/io.github.meiskalt7/json-logic-java/1.0.0/jar