json-logic-java
json-logic-java copied to clipboard
Date Comparator Difference: JsonLogic Web vs. Java SDK.
When using JsonLogic, I noticed that there are differences between using the Java SDK and the Web playground. For example, in the web version, I can get a result of true. However, when using the Java SDK, I observed that dates are being converted to numbers, leading to an exception. Why does this situation occur? Is it only possible to convert dates to timestamps in Java?
-
The result execute from Web
-
The execute process from Java SDK