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?
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