Qin_Shihuang
Results
2
issues of
Qin_Shihuang
`import io.github.jamsesso.jsonlogic.JsonLogic; import io.github.jamsesso.jsonlogic.JsonLogicException; public class RuleEngine { private final static JsonLogic jsonLogic = new JsonLogic(); public static void main(String[] args) throws JsonLogicException { String expression = "{\"==\": [{\"var\": \"x.value\"},...
I encountered this exception when trying to let JsonLogic return a two-keyed object: `{ "resultType": "statistics", "resultValue": 2 }` Is there any method to return Json object as result? Thanks.